openauth-sqlx 0.0.4

SQLx database adapters for OpenAuth.
Documentation
1
2
3
4
5
6
//! Compatibility re-exports for SQL migration planning types.

pub use openauth_core::db::{
    ColumnToAdd, IndexToCreate, MigrationStatement, MigrationStatementKind, SchemaMigrationPlan,
    SchemaMigrationWarning, TableToCreate,
};