Skip to main content

Crate axum_session_surreal

Crate axum_session_surreal 

Source
Expand description

Axum Session Surreal

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

ยง๐Ÿ“‘ 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ยง

SessionSurrealPool
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ยง

SessionSurrealSession
Surrealโ€™s Session Helper type for the DatabasePool.
SessionSurrealSessionStore
Surrealโ€™s Session Store Helper type for the DatabasePool.