Cargo Features
[dependencies]
gqlitedb = { version = "0.3.2", default-features = false, features = ["capi", "redb", "pgql", "pg12", "pg13", "pg14", "pg15", "pg16", "pg17"] }
- default = capi, redb
-
These default features are set whenever
gqlitedb
is added without
somewhere in the dependency tree.default-features = false - capi default
- redb default
-
Enables redb
- pgql
-
Enables pgrx ^0.12
- pg12
-
Enables pg12 of pgrx ^0.12
- pg13
-
Enables pg13 of pgrx ^0.12
- pg14
-
Enables pg14 of pgrx ^0.12
- pg15
-
Enables pg15 of pgrx ^0.12
- pg16
-
Enables pg16 of pgrx ^0.12
- pg17
-
Enables pg17 of pgrx ^0.12
gqlitedb has 10 features without comments.