NiroDB – A key-value storage engine built from scratch in Go
Educational LSM implementation in pure Go; zero production use case demonstrated.
PHP library for flat-file data storage
Robust SQLite wrapper, but SQLite itself and ORMs already handle this better.
PHP developers needing simple persistent storage without database overhead
SQLite3 (direct) · Laravel Eloquent · Medoo
Educational LSM implementation in pure Go; zero production use case demonstrated.
Split-key architecture enables file previews, but closed-source code undermines security claims.
LSM-tree with SSI, column families, and adaptive compaction—solid database primitives, nothing novel.
Rust LSM-Tree engine, but RocksDB and Redb already dominate this space.
SQLite B-tree without SQL: 57–68% faster KV ops, single-header drop-in.
Well-crafted LSM-Tree reference implementation in Go—but RocksDB and BadgerDB already solve this production-grade.