Cargo Features
[dependencies]
sqlm-postgres = { version = "0.1.0", default-features = false, features = ["json", "time", "uuid", "pgvector"] }
- default = json, pgvector, time, uuid
-
These default features are set whenever
sqlm-postgres
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json, json of sqlm-postgres-macros, with-serde_json-1 of tokio-postgres
- time default
-
Enables time, time of sqlm-postgres-macros, with-time-0_3 of tokio-postgres
- uuid default
-
Enables uuid, uuid of sqlm-postgres-macros, with-uuid-1 of tokio-postgres
- pgvector default
-
Enables pgvector ^0.3, pgvector of sqlm-postgres-macros
sqlm-postgres has 5 features without comments.