| Crates.io | async-sqlx-session |
| lib.rs | async-sqlx-session |
| version | 0.4.0 |
| created_at | 2020-07-26 20:17:21.832184+00 |
| updated_at | 2021-06-01 21:35:19.342075+00 |
| description | sqlx session store for async-session |
| homepage | |
| repository | https://github.com/jbr/async-sqlx-session |
| max_upload_size | |
| id | 269855 |
| size | 73,680 |
async-sqlx-session = { version = "0.4.0", features = ["sqlite"] }
async-sqlx-session = { version = "0.4.0", features = ["pg"] }
async-sqlx-session = { version = "0.4.0", features = ["mysql"] }
async_std featureTo use the spawn_cleanup_task function on the async-std runtime,
enable the async_std feature, which can be combined with any of the
above datastores.
async-sqlx-session = { version = "0.4.0", features = ["pg", "async_std"] }
This crate uses #![deny(unsafe_code)] to ensure everything is implemented in
100% Safe Rust.