Crate pavex_session_sqlx

Source
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§

postgrespostgres
Types related to PostgresSessionStore.

Structs§

PostgresSessionKitpostgres
Components required to work with sessions using Postgres as the storage backend.
PostgresSessionStorepostgres
A server-side session store using Postgres as its backend.