| Crates.io | async-session-r2d2 |
| lib.rs | async-session-r2d2 |
| version | 0.1.3 |
| created_at | 2021-12-01 23:04:42.334264+00 |
| updated_at | 2022-08-01 20:35:55.126962+00 |
| description | Provides session management using r2d2 for async-session. |
| homepage | https://git.jacky.wtf/me/async-session-r2d2 |
| repository | https://git.jacky.wtf/me/async-session-r2d2.git |
| max_upload_size | |
| id | 490477 |
| size | 28,433 |
A session store for async-session backed by any of the underlying implementations supported by r2d2.
A lot of the logic here was insipred by the sqlx implementation in async-session-sqlx.
Contributions welcome to other implementations!
Add the following line to your Cargo.toml:
[dependencies.async-session-r2d2]
version = "0.1"
features = ["with-rusqlite"]