This package is in beta. It has automated tests for the basic functionality, but is untested in production.
See examples/counter.rs
for usage.
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.