Expand description
Write-Ahead Log (WAL) implementation
Modules§
- log
- Write-Ahead Log (WAL) implementation, generic over its backing storage.
Enums§
- Version
- Version identifier for the Write-Ahead Log (WAL) format
Traits§
- Storage
- Operations that the backing storage for the Write-Ahead Log must implement.