Module postgres_oracle

Source
Expand description

A timestamp oracle backed by “Postgres” for persistence/durability and where all oracle operations are self-sufficiently linearized, without requiring any external precautions/machinery.

Structs§

DynamicConfig
Part of PostgresTimestampOracleConfig that can be dynamically updated.
PostgresTimestampOracle
A TimestampOracle backed by “Postgres”.
PostgresTimestampOracleConfig
Configuration to connect to a Postgres-backed implementation of TimestampOracle.
PostgresTimestampOracleParameters
Updates to values in PostgresTimestampOracleConfig.

Constants§

CRDB_CONFIGURE_ZONE 🔒
CRDB_SCHEMA_OPTIONS 🔒
INFO_MIN_ATTEMPTS
SCHEMA 🔒

Functions§

retry_fallible