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.

Enumsยง

PostgresMode ๐Ÿ”’
What flavor of Postgres are we connected to for consensus.

Constantsยง

CRDB_CONFIGURE_ZONE ๐Ÿ”’
CRDB_SCHEMA_OPTIONS ๐Ÿ”’
SCHEMA ๐Ÿ”’
USE_POSTGRES_TUNED_QUERIES
Flag to use concensus queries that are tuned for vanilla Postgres.