I love `dbm` in python for this usecase. It supports a handful of backends, including sqlite.
replies(1):
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!
Both solve the "I just need simple persistence" problem, tinykv just does it the "Rust way" with strong typing and serde.