Module sqlite

Module sqlite 

Source
Expand description

Types related to SqliteSessionStore.

Structs§

SqliteSessionStore
A server-side session store using SQLite as its backend.

Constants§

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