//! Append-only persistence that writes JSONL records to files.
//!
//! See `docs4/src/new-persistence/` for the full guide; this crate is the
//! POC implementation of step5 (insert-only TableSource) without the
//! type system, expressions, or vista layers.
pub use LogWriter;
pub use ;
pub use ;