discovered 03 Aug 2026
DictDataBase
→ View on GitHubDictDataBase is a high-performance, document-based database that utilizes JSON or compressed JSON files for data storage, designed for environments requiring concurrent read and write access while ensuring ACID compliance. Its notable features include multi-threading and multi-processing safety, lack of conflict resolution due to lock-based access control, and flexible file storage options, allowing quick access to key-value pairs from large JSON datasets. Ideal for applications needing efficient manipulation of JSON data without the overhead of a database server, it offers configurations for compression and advanced JSON handling via orjson.