Cargo Features
[dependencies]
twine_sql_store = { version = "0.1.3", default-features = false, features = ["mysql", "sqlite", "postgres", "runtime-tokio", "runtime-async-std"] }
- default = sqlite
-
The
sqlitefeature is set by default whenevertwine_sql_storeis added withoutsomewhere in the dependency tree.default-features = false - mysql
-
Affects
twine_sql_store::mysql… - sqlite default
-
Affects
twine_sql_store::sqlite… - postgres
- runtime-tokio
-
Enables runtime-tokio of sqlx
- runtime-async-std
-
Enables runtime-async-std of sqlx