Switch the main DB to sqlite

This commit is contained in:
Valentin Tolmer
2021-04-11 23:01:24 +02:00
parent a765d77b53
commit f68c45b1c3
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ http = "*"
ldap3_server = "*"
log = "*"
serde = "*"
sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "any", "sqlite", "mysql", "postgres", "macros" ] }
sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "any", "sqlite", "mysql", "postgres", "macros" , "chrono"] }
thiserror = "*"
tokio = { version = "1.2.0", features = ["full"] }
tokio-util = "0.6.3"