Expand description
Axum Session Mongo
Β§π Overview
`axum_session_mongo` is a mongo noSQL persistent store for AxumSession.
Β§π¨ Help
If you need help with this library or have suggestions please go to our Discord Group
Β§π¦ Install
# Cargo.toml
[dependencies]
# Postgres + rustls
axum_session = { version = "0.16.0" }
axum_session_mongo = { version = "0.4.0" }
Β§π Examples
You can locate the example files within the Repository
StructsΒ§
- Session
Mongo Pool - Mongodbβs Pool type for the DatabasePool. Needs a mongodb Client.