Module sqlx

Module sqlx 

Source
Available on crate features sqlx_postgres or sqlx_sqlite only.
Expand description

Session storage via sqlx

Structs§

SqlxPostgresStoragesqlx_postgres
Session store using PostgreSQL via sqlx.
SqlxSqliteStoragesqlx_sqlite
Session store using SQLite via sqlx.

Traits§

SessionSqlx
Trait for session data types that can be stored using sqlx. The generic parameter Database represents the sqlx database type.