Skip to main content

Crate rs_auth_postgres

Crate rs_auth_postgres 

Source
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;

Modules§

db
migrate