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§
- Postgres
Store - sqlx/Postgres-backed durable event store (clustered tier).