Show HN: Sklad, a key-value database in Zig
Category: database
Tags: key-value-store, zig, lsm-tree
Score: 4.8/10 (Innovation: 4, Technical: 6, Documentation: 6, Utility: 3)
Sklad is a lightweight key-value database written in Zig, using an LSM-tree storage engine with asynchronous, lock-free concurrency. It's an interesting prototype for exploring Zig's performance in database systems, particularly for IoT and edge environments.
Target audience: backend devs
Repository: https://sklad.dev/ · Zig · Apache-2.0 · 3 stars
View on Hacker News