Cargo Features
sea-query-binder has no features set by default.
[dependencies]
sea-query-binder = { version = "0.7.0", 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", "postgres-vector", "runtime-async-std", "runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-actix", "runtime-actix-native-tls", "runtime-actix-rustls", "runtime-tokio", "runtime-tokio-native-tls", "runtime-tokio-rustls"] }
- sqlx-mysql
- sqlx-postgres
- sqlx-sqlite
- sqlx-any
-
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
- with-time = time
- 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
- postgres-vector
-
Enables sqlx of pgvector, postgres-vector of sea-query
- runtime-async-std
-
Enables runtime-async-std of optional sqlx
sqlx:
Base runtime features without TLS
- 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
-
Enables runtime-tokio 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
-
Enables runtime-tokio 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.