axum_session_mongo

Crates.ioaxum_session_mongo
lib.rsaxum_session_mongo
version0.2.0
sourcesrc
created_at2024-04-12 18:41:22.451012
updated_at2024-07-23 13:56:49.923468
description📝 Mongo Database layer for axum_session.
homepage
repositoryhttps://github.com/AscendingCreations/AxumSession
max_upload_size
id1206654
size10,997
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.14.0" }
axum_session_mongo = { version = "0.2.0" }

🔎 Examples

You can locate the example files within the Repository

Commit count: 558

cargo fmt