started to implemente SQLite backend

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-08-31 11:38:14 +02:00
parent 8a375623a2
commit e37cbd0e90
5 changed files with 509 additions and 402 deletions
+1
View File
@@ -7,4 +7,5 @@ dependencies {
implementation("de.srsoftware:tools.jdbc:1.3.0")
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.3.0")
implementation("org.xerial:sqlite-jdbc:3.49.0.0")
}