Skip to main content

Module postgres

Module postgres 

Source
Expand description

Implementation of Consensus backed by Postgres.

Structs§

PostgresConsensus
Implementation of Consensus over a Postgres database.
PostgresConsensusConfig
Configuration to connect to a Postgres backed implementation of Consensus.

Constants§

PG_CONSENSUS_READ_COMMITTED
Flag to run PostgreSQL consensus connections under READ COMMITTED isolation instead of SERIALIZABLE.