Cargo Features

[dependencies]
gqlitedb = { version = "0.3.0", 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 default-features = false somewhere in the dependency tree.

capi default
redb default

Enables redb

pgql

Enables pgrx

pg12

Enables pg12 of pgrx

pg13

Enables pg13 of pgrx

pg14

Enables pg14 of pgrx

pg15

Enables pg15 of pgrx

pg16

Enables pg16 of pgrx

pg17

Enables pg17 of pgrx

gqlitedb has 10 features without comments.