Cargo Features
fnsql has no features set by default.
[dependencies]
fnsql = { version = "0.2.7", features = ["all", "with-rusqlite", "with-postgres", "prepare-cache"] }
- all = prepare-cache, with-postgres, with-rusqlite
- with-rusqlite all?
-
Enables with-postgres of fnsql-macro
- with-postgres all? = postgres, tempdir
-
Enables with-rusqlite of fnsql-macro
Affects
fnsql::postgres
… - prepare-cache all?
-
Enables prepare-cache of fnsql-macro
Affects
postgres::cache
…
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.