AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
142 stars 29 forks source link

Make this work as a non persistant Database. #7

Closed genusistimelord closed 2 years ago

genusistimelord commented 2 years ago

Make it so the database is not required to use this crate hence using only the Memory Map for the sessions until they expire.