Skip to main content

Crate openauth_deadpool_postgres

Crate openauth_deadpool_postgres 

Source
Expand description

Pooled Postgres database adapter for OpenAuth.

This crate is the recommended Postgres adapter for production deployments. It keeps pooling in deadpool-postgres and reuses OpenAuth’s shared SQL planning plus openauth-tokio-postgres driver helpers.

Modules§

migration
Migration compatibility re-exports for deadpool-postgres adapters.

Structs§

ColumnToAdd
A column missing from an existing table and planned for additive creation.
DeadpoolPostgresAdapter
Production-oriented Postgres adapter backed by a deadpool-postgres pool.
DeadpoolPostgresRateLimitStore
Database-backed rate-limit store backed by a deadpool-postgres pool.
IndexToCreate
A standalone index missing from the database and planned for creation.
MigrationStatement
A SQL statement emitted by a migration plan.
SchemaMigrationPlan
Additive schema changes planned for a live database.
TableToCreate
A table missing from the database and planned for creation.

Enums§

MigrationStatementKind
The additive operation represented by a migration statement.
SchemaMigrationWarning
Non-executable findings discovered while planning migrations.