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 wheneveraide-axum-sqlx-tx
is added without
somewhere in the dependency tree.default-features = false - sqlx-07 default
-
Enables axum-sqlx-tx ^0.8.0
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 ^0.8.0
- mysql
-
Enables mysql of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx ^0.8.0
- postgres
-
Enables postgres of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx ^0.8.0
- runtime-tokio-native-tls
-
Enables runtime-tokio-native-tls of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx ^0.8.0
- runtime-tokio-rustls
-
Enables runtime-tokio-rustls of optional axum-sqlx-tx ^0.5.0 and optional axum-sqlx-tx ^0.8.0