mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Simplify DB handling with sqlx::Any
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user