Crate async_sqlx_session[][src]

async-sqlx-session

This crate currently provides two session stores: PostgresSessionStore and SqliteSessionStore, each of which is enabled by a feature flag. To use SqliteSessionStore, enable the sqlite feature on this crate. To use PostgresSessionStore, enable the pg feature on this crate.

Structs

PostgresSessionStore

sqlx postgres session store for async-sessions

SqliteSessionStore

sqlx sqlite session store for async-sessions