Cargo Features
ConcatSQL has no features set by default.
[dependencies]
concatsql = { version = "0.5.1", features = ["sqlite", "mysql", "postgres"] }
- sqlite
-
Enables linkage of sqlite3-sys ^0.12
Affects
concatsql::sqlite
… - mysql = mysql-sys
-
Affects
concatsql::mysql
… - postgres = postgres-sys
-
Affects
concatsql::postgres
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- mysql-sys mysql?
-
Enables mysql ^20.0
- postgres-sys postgres?
-
Enables postgres ^0.18
- sqlite3-sys sqlite?
-
Enables sqlite3-sys ^0.12