Expand description

JournalDB interface and implementation.

Modules

Disk-backed HashDB implementation.

Enums

Journal database operating strategy.

Traits

Upcast to KeyedHashDB

A HashDB which can manage a short-term journal potentially containing many forks of mutually exclusive actions.

expose keys of a hashDB for debugging or tests (slow).

Functions

Create a new JournalDB trait object over a generic key-value database.