Expand description
Storage backends for pavex_session
,
implemented using the sqlx
crate.
There is a dedicated feature flag for each supported database backend:
postgres
: Support for PostgreSQL.
Modules§
- postgres
postgres
- Types related to
PostgresSessionStore
.
Structs§
- Postgres
Session Kit postgres
- Components required to work with sessions using Postgres as the storage backend.
- Postgres
Session Store postgres
- A server-side session store using Postgres as its backend.