Cargo Features
Turbosql has no features set by default.
[dependencies]
turbosql = { version = "0.11.0", features = ["sqlite-compat-no-strict-tables", "test"] }
- sqlite-compat-no-strict-tables
-
Enables sqlite-compat-no-strict-tables of turbosql-impl
- test
-
Enables test of turbosql-impl
turbosql-impl:
Needs to be set during parent crate tests
Turbosql has 2 features without comments.