Skip to main content

Module sql

Module sql 

Source

Structsยง

ConsensusPruningOptions
Pruning parameters for ephemeral consensus storage.
DecidedLeaf ๐Ÿ”’
Options
Options for database-backed persistence, supporting both Postgres and SQLite.
Persistence
Postgres-backed persistence.
PostgresOptions
Options for Postgres-backed persistence.
PruningOptions
Pruning parameters.
SqliteOptions

Enumsยง

DataMigration

Constantsยง

PG_SERIALIZATION_FAILURE_CODE ๐Ÿ”’
PostgreSQL error code for serialization failures under SERIALIZABLE isolation. Transactions that fail with this code are safe to retry from scratch.
PRUNE_TABLES ๐Ÿ”’
WRITE_BACKOFF ๐Ÿ”’
Backoff parameters for write-transaction retries.
WRITE_RETRY_MAX ๐Ÿ”’
Maximum number of retries on PostgreSQL serialization conflicts (error 40001).

Functionsยง

build_sqlite_path
decide_events_from_chain ๐Ÿ”’
is_serialization_error ๐Ÿ”’
prune_to_view ๐Ÿ”’