1 2 3
//! WAL writer: append-only log writer with fsync support. // TODO: Implement WalWriter (Phase 5.2)