mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
fix: uncomment sqlx-cli database, default features
This commit is contained in:
parent
f05c884cdc
commit
006da611e1
@ -51,14 +51,14 @@ filetime = "0.2"
|
||||
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
|
||||
|
||||
[features]
|
||||
#default = ["postgres", "sqlite", "mysql", "native-tls"]
|
||||
default = ["postgres", "sqlite", "mysql", "native-tls"]
|
||||
rustls = ["sqlx/runtime-tokio-rustls"]
|
||||
native-tls = ["sqlx/runtime-tokio-native-tls"]
|
||||
|
||||
# databases
|
||||
#mysql = ["sqlx/mysql"]
|
||||
#postgres = ["sqlx/postgres"]
|
||||
#sqlite = ["sqlx/sqlite"]
|
||||
mysql = ["sqlx/mysql"]
|
||||
postgres = ["sqlx/postgres"]
|
||||
sqlite = ["sqlx/sqlite"]
|
||||
|
||||
# workaround for musl + openssl issues
|
||||
openssl-vendored = ["openssl/vendored"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user