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§
- Column
ToAdd - A column missing from an existing table and planned for additive creation.
- Deadpool
Postgres Adapter - Production-oriented Postgres adapter backed by a
deadpool-postgrespool. - Deadpool
Postgres Rate Limit Store - Database-backed rate-limit store backed by a
deadpool-postgrespool. - Index
ToCreate - A standalone index missing from the database and planned for creation.
- Migration
Statement - A SQL statement emitted by a migration plan.
- Schema
Migration Plan - Additive schema changes planned for a live database.
- Table
ToCreate - A table missing from the database and planned for creation.
Enums§
- Migration
Statement Kind - The additive operation represented by a migration statement.
- Schema
Migration Warning - Non-executable findings discovered while planning migrations.