Simplify DB handling with sqlx::Any

This commit is contained in:
Valentin Tolmer
2021-03-10 12:06:32 +01:00
parent 285a51db6e
commit 1a947358fa
4 changed files with 21 additions and 38 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ http = "*"
ldap3_server = "*"
log = "*"
serde = "*"
sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "sqlite", "macros" ] }
sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "any", "sqlite", "mysql", "postgres", "macros" ] }
thiserror = "*"
tokio = { version = "1.2.0", features = ["full"] }
tokio-util = "0.6.3"