Module polkadot_node_subsystem_util::database
source · Expand description
Database trait for subsystem. Database trait for polkadot db.
Modules
- Implementation for database supporting
KeyValueDB
already. - Utilities for using parity-db database.
Structs
- Write transaction. Batches a sequence of put/delete operations for efficiency.
Traits
- Database trait with ordered key capacity.
- Generic key-value database.
Type Definitions
- A tuple holding key and value data, used in the iterator item type.
- Database value.