Cargo Features
poem-dbsession has no features set by default.
[dependencies]
poem-dbsession = { version = "0.3.56", features = ["sqlx-mysql-native-tls", "sqlx-mysql-rustls", "sqlx-postgres-native-tls", "sqlx-postgres-rustls", "sqlx-sqlite-native-tls", "sqlx-sqlite-rustls"] }
- sqlx-mysql-native-tls
-
Enables mysql and runtime-tokio-native-tls of sqlx ^0.6.0
Affects
poem-dbsession::sqlx
… - sqlx-mysql-rustls
-
Enables mysql and runtime-tokio-rustls of sqlx ^0.6.0
Affects
poem-dbsession::sqlx
… - sqlx-postgres-native-tls
-
Enables postgres and runtime-tokio-native-tls of sqlx ^0.6.0
Affects
poem-dbsession::sqlx
… - sqlx-postgres-rustls
-
Enables postgres and runtime-tokio-rustls of sqlx ^0.6.0
Affects
poem-dbsession::sqlx
… - sqlx-sqlite-native-tls
-
Enables runtime-tokio-native-tls and sqlite of sqlx ^0.6.0
Affects
poem-dbsession::sqlx
… - sqlx-sqlite-rustls
-
Enables runtime-tokio-rustls and sqlite of sqlx ^0.6.0
Affects
poem-dbsession::sqlx
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.