Show HN: Tinykv – minimal file-backed key-value store for Rust

I built tinykv because I kept reaching for simple persistent storage in Rust projects but found existing solutions either too complex (sled) or unmaintained (pickledb).

tinykv focuses on simplicity: JSON-based, serde-powered, with optional TTL. Perfect for CLI tools, game saves, config storage.

Would appreciate any feedback from the HN community!


Comments URL: https://news.ycombinator.com/item?id=44468380

Points: 8

# Comments: 1

https://crates.io/crates/tinykv

Created 3h | Jul 5, 2025, 1:50:11 AM


Login to add comment