1 2 3 4 5
/// A Write Ahead Log (WAL) that stores database writes /// to disk for durability. pub struct WAL;