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

4 months ago 7

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: 1

# Comments: 0

Read Entire Article