> cat /dev/github | grep security-tools
discovered 03 Aug 2026

tinydb

via awesome-list
→ View on GitHub
TinyDB is a lightweight, document-oriented database designed for simplicity and ease of use in small applications, eliminating the need for external dependencies or database servers. It is written in pure Python, features a simple API for storing and querying data using dictionaries, and supports extensibility through custom storages and middleware integration. Notably, it is highly testable with 100% coverage and supports multiple modern Python versions.