#tower-sessions #surrealdb #tower #session #axum #cookies

tower-sessions-surrealdb-store

SurrealDB session store. Not for direct use; see the tower-sessions crate for details.

4 releases (breaking)

0.4.0 Mar 21, 2024
0.3.0 Feb 1, 2024
0.2.0 Jan 4, 2024
0.1.0 Dec 28, 2023

#997 in Network programming

Download history 21/week @ 2024-01-02 10/week @ 2024-01-30 2/week @ 2024-02-13 29/week @ 2024-02-20 46/week @ 2024-02-27 11/week @ 2024-03-05 23/week @ 2024-03-12 160/week @ 2024-03-19 3/week @ 2024-03-26 17/week @ 2024-04-02 33/week @ 2024-04-09

53 downloads per month

MIT license

32KB
300 lines

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.

Dependencies

~45–60MB
~1M SLoC