Crates.io | tower-sessions-surrealdb-store |
lib.rs | tower-sessions-surrealdb-store |
version | 0.5.0 |
source | src |
created_at | 2023-12-28 01:14:43.339898 |
updated_at | 2024-09-18 03:25:04.164052 |
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 | 128,157 |
tower-sessions-surrealdb-store
This package is in beta. It has automated tests for the basic functionality, but is untested in production.
See examples/counter.rs
for usage.
surrealdb-nightly
In 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.