nav.groups.storage
Backend: SurrealDB
SurrealDB session store backend.
Backend: SurrealDB
SurrealDB session store.
Feature surrealdb. Provides a SessionStore implementation backed by SurrealDB tables.
Configuration
[store.session.surrealdb]
url = "ws://localhost:8000"
namespace = "behest"
database = "production"
When to use
- Multi-model workloads (graph + document queries on sessions).
- Existing SurrealDB infrastructure.
See also
- SessionStore — the trait.