docs.rs failed to build poem-dbsession-0.3.16
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
poem-dbsession-0.3.56
Session storage using database for Poem
Crate features
sqlx
| feature | database | tls |
|---|---|---|
| sqlx-mysql-rustls | mysql | rustls |
| sqlx-mysql-native-tls | mysql | native-tls |
| sqlx-postgres-rustls | postgres | rustls |
| sqlx-postgres-native-tls | postgres | native-tls |
| sqlx-sqlite-rustls | sqlite | rustls |
| sqlx-sqlite-native-tls | sqlite | native-tls |
Example
use ;
use ;
use MySqlPool;
let pool = connect
.await
.unwrap;
let storage = try_new.await.unwrap;
let route = new.at.with;