Skip to main content

Module postgres

Module postgres 

Source
Expand description

PostgreSQL backend backed by sqlx::PgPool.

Structs§

PgOutboxPublisher
PostgreSQL implementation of OutboxPublisher backed by sqlx::PgPool.
PgOutboxStore
PostgreSQL implementation of OutboxStore backed by sqlx::PgPool.
PgOutboxWorkerBuilder
Fluent builder for an OutboxWorker backed by PgOutboxStore.

Functions§

ensure_dead_letter_schema
Apply the dead-letter schema to the target Postgres database.
ensure_schema
Apply the canonical Postgres outbox schema to the target database.