We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccfb19 commit 9ce4e6dCopy full SHA for 9ce4e6d
Cargo.toml
@@ -14,7 +14,7 @@ categories = ["web-programming::http-server", "web-programming", "database"]
14
[package.metadata.docs.rs]
15
features = ["pg", "sqlite"]
16
17
-[features]
+[features]
18
default = ["native-tls"]
19
sqlite = ["sqlx/sqlite"]
20
pg = ["sqlx/postgres", "sqlx/json"]
0 commit comments