Expand description
Axum Session Surreal
ยง๐ Overview
`axum_session_surreal` is a surreal database 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]
axum_session = { version = "0.18.0" }
axum_session_surreal = { version = "0.6.0" }ยง๐ Examples
You can locate the example files within the Repository
Structsยง
- Session
Surreal Pool - Surreal internal Managed Pool type for DatabasePool Please refer to https://docs.rs/surrealdb/1.0.0-beta.9+20230402/surrealdb/struct.Surreal.html#method.new
Type Aliasesยง
- Session
Surreal Session - Surrealโs Session Helper type for the DatabasePool.
- Session
Surreal Session Store - Surrealโs Session Store Helper type for the DatabasePool.