Cargo Features

sea-query-diesel has no features set by default.

[dependencies]
sea-query-diesel = { version = "0.1.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

mysql

Enables mysql of diesel and backend-mysql of sea-query

sea-query:

STUB

sqlite

Enables sqlite of diesel, backend-sqlite of sea-query

with-chrono extras? = chrono

Enables chrono of diesel, with-chrono of sea-query

with-json extras? = serde_json

Enables serde_json of diesel, with-json of sea-query

with-rust_decimal extras? with-rust_decimal-mysql? with-rust_decimal-postgres? = rust_decimal

Enables with-rust_decimal of sea-query

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

with-uuid extras? = uuid

Enables uuid of diesel, with-uuid of sea-query

with-time extras? = time

Enables time of diesel, with-time of sea-query

with-ipnetwork extras? = ipnetwork

Enables network-address of diesel, with-ipnetwork of sea-query

with-mac_address extras? = mac_address

Enables with-mac_address of sea-query

postgres-array extras?

Enables postgres-array 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.

bigdecimal with-bigdecimal?

Enables bigdecimal ^0.3

rust_decimal with-rust_decimal? with-rust_decimal-mysql? with-rust_decimal-postgres?
chrono with-chrono?
time with-time?
uuid with-uuid?
serde_json with-json?
ipnetwork with-ipnetwork?
mac_address with-mac_address?