Expand description
Core WAL API traits.
Modulesยง
- state_
machine - State machine abstraction for applying records in a deterministic order.
- wal
- Write-Ahead Log (WAL) module that provides interfaces for durable logging.
- wal_
types - Associated types used by the generic WAL implementation.