Cargo Features
sea-query-diesel has no features set by default.
[dependencies]
sea-query-diesel = { version = "0.2.0", features = ["extras", "postgres", "mysql", "sqlite", "with-chrono", "with-json", "with-rust_decimal", "with-rust_decimal-mysql", "with-rust_decimal-postgres", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array"] }
- extras = postgres-array, with-bigdecimal, with-chrono, with-ipnetwork, with-json, with-mac_address, with-rust_decimal, with-time, with-uuid
- postgres
-
Enables postgres of diesel, backend-postgres of sea-query ^0.31.0
- mysql
-
Enables mysql of diesel and backend-mysql of sea-query ^0.31.0
sea-query:
STUB
- sqlite
-
Enables sqlite of diesel, backend-sqlite of sea-query ^0.31.0
- with-chrono extras? = chrono
-
Enables chrono of diesel, with-chrono of sea-query ^0.31.0
- with-json extras? = serde_json
-
Enables serde_json of diesel, with-json of sea-query ^0.31.0
- with-rust_decimal extras? with-rust_decimal-mysql? with-rust_decimal-postgres? = rust_decimal
-
Enables with-rust_decimal of sea-query ^0.31.0
- with-rust_decimal-mysql = with-rust_decimal
-
Enables db-diesel2-mysql of rust_decimal
- with-rust_decimal-postgres = with-rust_decimal
-
Enables db-diesel2-postgres of rust_decimal
- with-bigdecimal extras? = bigdecimal
-
Enables numeric of diesel, with-bigdecimal of sea-query ^0.31.0
- with-uuid extras? = uuid
-
Enables uuid of diesel, with-uuid of sea-query ^0.31.0
- with-time extras? = time
-
Enables time of diesel, with-time of sea-query ^0.31.0
- with-ipnetwork extras? = ipnetwork
-
Enables network-address of diesel, with-ipnetwork of sea-query ^0.31.0
- with-mac_address extras? = mac_address
-
Enables with-mac_address of sea-query ^0.31.0
- postgres-array extras?
-
Enables postgres-array of sea-query ^0.31.0
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.