Expand description
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.
Re-exports§
pub use db::AuthDb;pub use migrate::run_migrations;