Cargo Features
sea-query-postgres has no features set by default.
[dependencies]
sea-query-postgres = { version = "0.5.0", features = ["with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "postgres-array", "postgres-vector", "with-ipnetwork", "with-mac_address"] }
- with-chrono
-
Enables with-chrono-0_4 of postgres-types, with-chrono of sea-query
- with-json
-
Enables with-serde_json-1 of postgres-types, with-json of sea-query
- with-rust_decimal
-
Enables db-postgres of rust_decimal, with-rust_decimal of sea-query
- with-bigdecimal = bigdecimal
-
Enables with-bigdecimal of sea-query
- with-uuid
-
Enables with-uuid-1 of postgres-types, with-uuid of sea-query
- with-time
-
Enables with-time-0_3 of postgres-types, with-time of sea-query
- postgres-array
-
Enables array-impls of postgres-types, postgres-array of sea-query
- postgres-vector
-
Enables postgres of pgvector, postgres-vector of sea-query
- with-ipnetwork = cidr, ipnetwork
-
Enables with-cidr-0_2 of postgres-types, with-ipnetwork of sea-query
- with-mac_address = eui48, mac_address
-
Enables with-eui48-1 of postgres-types, with-mac_address of sea-query
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.