Expand description
PostgreSQL-backed StateStore.
Structs§
- Postgres
State Store - A
StateStorethat persists each entry as a row in a single Postgres table.
Constants§
- DEFAULT_
TABLE - Default name for the state-store table. Override via
PostgresStateStore::connect_with.