Cargo Features
sea-query-rusqlite has no features set by default.
[dependencies]
sea-query-rusqlite = { version = "0.7.0", features = ["with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array", "postgres-vector"] }
- with-chrono
-
Enables chrono of rusqlite, with-chrono of sea-query
- with-json
-
Enables serde_json of rusqlite, with-json of sea-query
- with-rust_decimal
-
Enables with-rust_decimal of sea-query
- with-bigdecimal
-
Enables with-bigdecimal of sea-query
- with-uuid
- with-time
- with-ipnetwork
-
Enables with-ipnetwork of sea-query
- with-mac_address
-
Enables with-mac_address of sea-query
- postgres-array
-
Enables postgres-array of sea-query
- postgres-vector
-
Enables postgres-vector of sea-query
sea-query-rusqlite has 10 features without comments.