Cargo Features

[dependencies]
aide-axum-sqlx-tx = { version = "0.13.1", default-features = false, features = ["sqlx-07", "sqlx-06", "any", "mysql", "postgres", "runtime-tokio-native-tls", "runtime-tokio-rustls"] }
default = sqlx-07

The sqlx-07 feature is set by default whenever aide-axum-sqlx-tx is added without default-features = false somewhere in the dependency tree.

sqlx-07 default

Enables axum-sqlx-tx

Affects aide-axum-sqlx-tx::Tx

sqlx-06

Enables axum-sqlx-tx ^0.5.0

Affects aide-axum-sqlx-tx::Tx

any

Enables any of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx

mysql

Enables mysql of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx

postgres

Enables postgres of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx

runtime-tokio-native-tls

Enables runtime-tokio-native-tls of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx

runtime-tokio-rustls

Enables runtime-tokio-rustls of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx