Module postgres

Module postgres 

Source
Expand description

Types related to PostgresSessionStore.

Structs§

PostgresSessionStore
A server-side session store using Postgres as its backend.

Constants§

POSTGRES_SESSION_STORE_NEW
A handle to add PostgresSessionStore::new() as a constructor to your Pavex application.
SESSION_STORE_FROM
A handle to add from as a constructor to your Pavex application.