1 2 3 4 5
//! v1 single-threaded WAL engine (internal only; not part of the public API). pub mod db; pub use db::LegacyDb;