mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Remove sqlite dependency
This commit is contained in:
parent
aaf9ee6e41
commit
8a476aaef7
@ -29,7 +29,6 @@ object Dependencies {
|
|||||||
val PostgresVersion = "42.2.12"
|
val PostgresVersion = "42.2.12"
|
||||||
val PureConfigVersion = "0.12.3"
|
val PureConfigVersion = "0.12.3"
|
||||||
val Slf4jVersion = "1.7.30"
|
val Slf4jVersion = "1.7.30"
|
||||||
val SqliteVersion = "3.30.1"
|
|
||||||
val StanfordNlpVersion = "3.9.2"
|
val StanfordNlpVersion = "3.9.2"
|
||||||
val TikaVersion = "1.24.1"
|
val TikaVersion = "1.24.1"
|
||||||
val YamuscaVersion = "0.6.1"
|
val YamuscaVersion = "0.6.1"
|
||||||
@ -199,10 +198,7 @@ object Dependencies {
|
|||||||
val postgres = Seq(
|
val postgres = Seq(
|
||||||
"org.postgresql" % "postgresql" % PostgresVersion
|
"org.postgresql" % "postgresql" % PostgresVersion
|
||||||
)
|
)
|
||||||
val sqlite = Seq(
|
val databases = h2 ++ mariadb ++ postgres
|
||||||
"org.xerial" % "sqlite-jdbc" % SqliteVersion
|
|
||||||
)
|
|
||||||
val databases = h2 ++ mariadb ++ postgres ++ sqlite
|
|
||||||
|
|
||||||
// https://github.com/tpolecat/doobie
|
// https://github.com/tpolecat/doobie
|
||||||
// MIT
|
// MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user