Cargo Features
[dependencies]
modql = { version = "0.4.1", default-features = false, features = ["with-sea-query", "with-rusqlite", "with-ilike"] }
- default = modql-macros
-
The
modql-macros
feature is set by default whenevermodql
is added without
somewhere in the dependency tree.default-features = false - with-sea-query = sea-query
-
Enables with-sea-query of modql-macros
Affects
node::FilterNode.for_sea_condition
… - with-rusqlite = rusqlite
-
Enables with-rusqlite of modql-macros
- with-ilike
-
Enables backend-postgres of sea-query
-- For features
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.