Expand description
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.
Re-exports§
pub use type_system::AnyJsonType;pub use type_system::JsonType;pub use type_system::JsonTypeVariants;
Modules§
Structs§
- LogWriter
- Append-only data source that writes JSONL records to files in
base_dir.