| Crates.io | tower-sessions-surrealdb-store |
| lib.rs | tower-sessions-surrealdb-store |
| version | 0.7.0-surrealv1 |
| created_at | 2023-12-28 01:14:43.339898+00 |
| updated_at | 2025-08-11 19:11:35.994726+00 |
| description | SurrealDB session store. Not for direct use; see the `tower-sessions` crate for details. |
| homepage | https://github.com/rynoV/tower-sessions-surrealdb-store |
| repository | https://github.com/rynoV/tower-sessions-surrealdb-store |
| max_upload_size | |
| id | 1082009 |
| size | 137,791 |
SurrealDB session stores for tower-sessions.
This package is in beta. It has automated tests for the basic functionality, but is untested in production.
surrealdb-nightlyIn Config.toml:
tower-sessions-surrealdb-store = { version = "*", features = ["surrealdb-nightly"], default-features = false }
The default-features = false is necessary, otherwise you'll install both surrealdb and surrealdb-nightly and get conflicts.
See examples/counter.rs.