Available on crate features
sqlx_postgres or sqlx_sqlite only.Expand description
Session storage via sqlx
Structs§
- Sqlx
Postgres Storage sqlx_postgres - Session store using PostgreSQL via sqlx.
- Sqlx
Sqlite Storage sqlx_sqlite - Session store using SQLite via sqlx.
Traits§
- Session
Sqlx - Trait for session data types that can be stored using sqlx.
The generic parameter
Databaserepresents the sqlx database type.