Cargo Features

axum-sqlx-tx has no features set by default.

[dependencies]
axum-sqlx-tx = { version = "0.8.0", features = ["all-databases", "any", "mysql", "postgres", "sqlite", "runtime-tokio-native-tls", "runtime-tokio-rustls"] }
all-databases = any, mysql, postgres, sqlite
any all-databases?

Enables any of sqlx

sqlx:

database

mysql all-databases?

Enables mysql of sqlx

postgres all-databases?

Enables postgres of sqlx

sqlite all-databases?

Enables sqlite of sqlx

runtime-tokio-native-tls

Enables runtime-tokio-native-tls of sqlx

runtime-tokio-rustls

Enables runtime-tokio-rustls of sqlx

axum-sqlx-tx has 7 features without comments.