Expand description
Catalyst Election Database crate
Modulesยง
- config ๐Configuration query
- error ๐Database Errors
- legacy ๐Legacy event db queries and types
- schema_
check ๐Check if the schema is up-to-date. - signed_
docs ๐Signed docs queries
Structsยง
- EventDB ๐The Catalyst Event SQL Database
Enumsยง
- Error ๐
EventDB
Errors
Constantsยง
- Database version this crate matches. Must equal the last Migrations Version Number from
event-db/migrations
.
Staticsยง
- DEEP_
QUERY_ ๐INSPECT Is Deep Query Analysis enabled or not? - EVENT_
DB_ ๐POOL Postgres Connection Manager DB Pool Instance
Functionsยง
- Establish a connection to the database, and check the schema is up-to-date.
Type Aliasesยง
- SqlDb
Pool ๐Postgres Connection Manager DB Pool