//! PostgreSQL persistence layer for rs-auth.
//!//! Implements the store traits from [`rs_auth_core`] using [`sqlx`] with a
//! PostgreSQL backend. Also provides an embedded migration runner.
modaccount;pubmoddb;pubmodmigrate;modsession;moduser;modverification;pubusedb::AuthDb;pubusemigrate::run_migrations;