Cargo Features

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

[dependencies]
sea-query-binder = { version = "0.6.0-rc.2", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "sqlx-any", "with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array", "runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-actix-native-tls", "runtime-actix-rustls", "runtime-tokio-native-tls", "runtime-tokio-rustls"] }
sqlx-mysql

Enables mysql of sqlx

sqlx-postgres

Enables postgres of sqlx

sqlx-sqlite

Enables sqlite of sqlx

sqlx-any

Enables any of sqlx

sqlx:

database

with-chrono = chrono

Enables with-chrono of sea-query, chrono of optional sqlx

with-json = serde_json

Enables with-json of sea-query and json of optional sqlx

sqlx:

types

with-rust_decimal = rust_decimal

Enables with-rust_decimal of sea-query, rust_decimal of optional sqlx

with-bigdecimal = bigdecimal

Enables with-bigdecimal of sea-query, bigdecimal of optional sqlx

with-uuid = uuid

Enables with-uuid of sea-query, uuid of optional sqlx

with-time = time

Enables with-time of sea-query, time of optional sqlx

with-ipnetwork = ipnetwork

Enables with-ipnetwork of sea-query, ipnetwork of optional sqlx

with-mac_address = mac_address

Enables with-mac_address of sea-query, mac_address of optional sqlx

postgres-array

Enables postgres-array of sea-query

runtime-async-std-native-tls

Enables runtime-async-std-native-tls of optional sqlx

sqlx:

Legacy Runtime + TLS features

runtime-async-std-rustls

Enables runtime-async-std-rustls of optional sqlx

runtime-actix-native-tls

Enables runtime-tokio-native-tls of optional sqlx

runtime-actix-rustls

Enables runtime-tokio-rustls of optional sqlx

runtime-tokio-native-tls

Enables runtime-tokio-native-tls of optional sqlx

runtime-tokio-rustls

Enables runtime-tokio-rustls of optional sqlx

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.

sqlx sqlx-any? sqlx-mysql? sqlx-postgres? sqlx-sqlite?
serde_json with-json?
chrono with-chrono?
rust_decimal with-rust_decimal?
bigdecimal with-bigdecimal?

Enables bigdecimal ^0.3

uuid with-uuid?
time with-time?

Enables time <0.3.35

ipnetwork with-ipnetwork?
mac_address with-mac_address?