Expand description
JournalDB interface and implementation.
Enums§
- Algorithm
- Journal database operating strategy.
Traits§
- JournalDB
- A
HashDBwhich can manage a short-term journal potentially containing many forks of mutually exclusive actions.
Functions§
- new
- Create a new
JournalDBtrait object over a generic key-value database. - new_
tetsy_ memory_ db