Skip to main content

Module store

Module store 

Source
Expand description

PostgreSQL-backed StateStore.

Structs§

PostgresStateStore
A StateStore that 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.