Crate journaldb

Source
Expand description

JournalDB interface and implementation.

Enums§

Algorithm
Journal database operating strategy.

Traits§

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

Functions§

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