SNKV — SQLite's B-tree as a key-value store (C/C++ and Python bindings)
Summary
SNKV is an ACID-compliant embedded key-value store built directly on SQLite's B-Tree storage engine, bypassing the SQL layer. The README covers Quick Start, configuration, installation, Python bindings, benchmark results, and design principles aimed at reducing overhead for read-heavy KV workloads.