DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.

1,180+ deals tracked  ·  22 AI investment memos  ·  Updated daily

← Back to leaderboard

Kvdb

Show HN: Kvdb – a lightweight embedded key-value database written in Zig

32 AI Score
Show_hn Added Apr 2, 2026

Details

Total Funding
$0
Last Round
$0

About

Hi HN,<p>I’ve been building a small embedded key-value database in Zig:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;lispking&#x2F;kvdb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lispking&#x2F;kvdb</a><p>It’s a from-scratch project meant to explore storage engine internals in a compact codebase. Right now it has:<p>* B-tree indexing<p>* WAL-based durability and crash recovery<p>* ACID transactions<p>* 4 KB page-based storage<p>* in-memory page cache<p>* zero external dependencies<p>* a CLI for basic operations<p>I also added prebuilt binaries and a simple Zig API.<p>Still very early, but usable enough for experimentation. I’d especially appreciate feedback on the storage&#x2F;WAL design and what would make a project like this more compelling to other Zig developers.<p>Thanks.

AI Score Reasoning

Kvdb is currently a technical proof-of-concept for a storage engine rather than a commercial startup, facing an uphill battle against deeply entrenched incumbents like SQLite and RocksDB. While the choice of Zig is modern and the technical implementation of ACID properties is a good signal, there is no evidence of a business model, team pedigree, or significant market differentiation yet.

Source

Show_hn — View original →