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§
- Dynamic
Config - Part of
PostgresTimestampOracleConfig
that can be dynamically updated. - Postgres
Timestamp Oracle - A
TimestampOracle
backed by “Postgres”. - Postgres
Timestamp Oracle Config - Configuration to connect to a Postgres-backed implementation of
TimestampOracle
. - Postgres
Timestamp Oracle Parameters - Updates to values in
PostgresTimestampOracleConfig
.