Crates.io | axum_session_mongo |
lib.rs | axum_session_mongo |
version | 0.2.0 |
source | src |
created_at | 2024-04-12 18:41:22.451012 |
updated_at | 2024-07-23 13:56:49.923468 |
description | 📝 Mongo Database layer for axum_session. |
homepage | |
repository | https://github.com/AscendingCreations/AxumSession |
max_upload_size | |
id | 1206654 |
size | 10,997 |
`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.14.0" }
axum_session_mongo = { version = "0.2.0" }
You can locate the example files within the Repository