tower-sessions-surrealdb-store

Crates.iotower-sessions-surrealdb-store
lib.rstower-sessions-surrealdb-store
version0.4.0
sourcesrc
created_at2023-12-28 01:14:43.339898
updated_at2024-03-21 02:39:39.457361
descriptionSurrealDB session store. Not for direct use; see the `tower-sessions` crate for details.
homepagehttps://github.com/rynoV/tower-sessions-surrealdb-store
repositoryhttps://github.com/rynoV/tower-sessions-surrealdb-store
max_upload_size
id1082009
size121,821
Calum Sieppert (rynoV)

documentation

https://docs.rs/tower-sessions-surrealdb-store

README

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.

Using 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.

Commit count: 12

cargo fmt