Cargo Features
clickhouse-postgres-client has no features set by default.
[dependencies]
clickhouse-postgres-client = { version = "0.2.0", features = ["all-types", "chrono", "bigdecimal", "uuid", "runtime-actix-native-tls", "runtime-async-std-native-tls", "runtime-tokio-native-tls", "runtime-actix-rustls", "runtime-async-std-rustls", "runtime-tokio-rustls", "num-bigint"] }
- all-types = bigdecimal, chrono, uuid
-
types
- chrono all-types? = clickhouse-data-value
-
Enables chrono of sqlx-clickhouse-ext
- bigdecimal all-types?
-
Enables bigdecimal of sqlx-clickhouse-ext
- uuid all-types?
-
Enables uuid of sqlx-clickhouse-ext
- runtime-actix-native-tls
-
runtimes
Enables runtime-actix-native-tls of sqlx-clickhouse-ext
- runtime-async-std-native-tls
-
Enables runtime-async-std-native-tls of sqlx-clickhouse-ext
- runtime-tokio-native-tls
-
Enables runtime-tokio-native-tls of sqlx-clickhouse-ext
- runtime-actix-rustls
-
Enables runtime-actix-rustls of sqlx-clickhouse-ext
- runtime-async-std-rustls
-
Enables runtime-async-std-rustls of sqlx-clickhouse-ext
- runtime-tokio-rustls
-
Enables runtime-tokio-rustls of sqlx-clickhouse-ext
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.
- num-bigint implicit feature
-
Enables num-bigint
num-bigint:
Big integer implementation for Rust
- clickhouse-data-value chrono?