lsmdb is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs.
Helsing's Rust bindings for sqlite3's lsm1 extension in stand-alone fashion.