Skip to main content

Module postgres_store

Module postgres_store 

Source
Expand description

sqlx-backed Postgres Store — the clustered-tier event backend.

Mirrors crate::sqlite_store::SqliteStore with Postgres dialect ($N placeholders, BIGSERIAL/BIGINT). Runs the same testkit conformance batteries, gated on DATABASE_URL (skipped when unset). See spec §3/§4.

Structs§

PostgresStore
sqlx/Postgres-backed durable event store (clustered tier).