Cargo Features

sqlx-exasol has no features set by default.

[dependencies]
sqlx-exasol = { version = "0.8.2", features = ["compression", "uuid", "chrono", "rust_decimal", "migrate", "etl", "etl_rustls", "etl_native_tls"] }
compression

########### User-facing features

Enables async-compression

uuid

Enables uuid

Feature flagged optional dependencies

chrono

Enables chrono

rust_decimal

Enables rust_decimal

migrate

Enables dotenvy and hex, migrate of sqlx-core

etl etl_native_tls? etl_rustls?

Enables bytes, futures-channel, http-body-util, and hyper

Affects connection::etl

etl_rustls = etl

Enables rcgen and rustls

etl_native_tls = etl

Enables native-tls and rcgen

Features from optional dependencies