Cargo Features

sqlx-exasol has no features set by default.

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

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

Enables async-compression and flate2

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, hyper, and hyper-util

Affects connection::etl

etl_rustls = etl

Enables rcgen ^0.12.1 and rustls ^0.21

etl_native_tls = etl

Enables native-tls and rcgen ^0.12.1

Features from optional dependencies