Expand description
Provides the node’s ConnectionPool implementation and related items.
This module extends essential_node_db and rusqlite_pool::tokio items
with node-specific wrappers, short-hands and helpers.
Structs§
- Node configuration related to the database.
- One or more connections failed to close.
- Access to the node’s DB connection pool and DB-access-related methods.
Enums§
- Any error that might occur during node DB connection pool access.
- A database or decoding error returned by a query.
- The source of the node’s database.
Traits§
- Types that may be provided to
subscribe_blocksto asynchronously await the availability of a new block.
Type Aliases§
- An
acquire_thenerror whose function returns a result with a query error. - An
acquire_thenerror whose function returns a result with a rusqlite error.