Expand description
§faucet-state-postgres
PostgreSQL-backed StateStore for
faucet-stream incremental replication bookmarks. Stores each entry in a
single faucet_state(key TEXT PRIMARY KEY, value JSONB, updated_at TIMESTAMPTZ)
table.
Re-exports§
pub use store::PostgresStateStore;
Modules§
- store
- PostgreSQL-backed
StateStore.