axum_session_mongo

Crates.ioaxum_session_mongo
lib.rsaxum_session_mongo
version0.4.1
created_at2024-04-12 18:41:22.451012+00
updated_at2025-09-17 15:21:14.639993+00
description📝 Mongo Database layer for axum_session.
homepage
repositoryhttps://github.com/AscendingCreations/AxumSession
max_upload_size
id1206654
size77,432
Andrew Wheeler(Genusis) (genusistimelord)

documentation

https://docs.rs/axum_session_mongo

README

Axum Session Mongo

https://crates.io/crates/axum_session_mongo Docs Discord Server

📑 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

Commit count: 602

cargo fmt