| Crates.io | axum_session_mongo |
| lib.rs | axum_session_mongo |
| version | 0.4.1 |
| created_at | 2024-04-12 18:41:22.451012+00 |
| updated_at | 2025-09-17 15:21:14.639993+00 |
| description | 📝 Mongo Database layer for axum_session. |
| homepage | |
| repository | https://github.com/AscendingCreations/AxumSession |
| max_upload_size | |
| id | 1206654 |
| size | 77,432 |
`axum_session_mongo` is a mongo noSQL persistent store for AxumSession.
If you need help with this library or have suggestions please go to our Discord Group
# Cargo.toml
[dependencies]
# Postgres + rustls
axum_session = { version = "0.16.0" }
axum_session_mongo = { version = "0.4.0" }
You can locate the example files within the Repository