LLKV Storage Adapters
Work in Progress
General-purpose storage adapters for the LLKV toolkit.
Purpose
- Provide the
Pagertrait abstraction for persistent storage backends. - Support batch read/write operations for efficient I/O.
- Enable pluggable storage implementations (memory, file-based, etc.).
Design Notes
- The
Pagertrait is used byllkv-column-mapfor physical data persistence. - Supports both in-memory (
MemPager) and persistent storage backends. - All higher-level crates (
llkv-table,llkv-runtime) are pager-agnostic.
License
Licensed under the Apache-2.0 License.