discovered 03 Aug 2026
PotatoDB
→ View on GitHubPotatoDB is a lightweight, JSON-based NoSQL database for Python, designed for simple data management tasks such as creating, inserting, querying, updating, and deleting records. Its notable features include a user-friendly setup with no external dependencies, in-memory operations for improved performance, automatic data persistence, and a dynamic schema allowing flexible data models. Ideal for small projects and educational purposes, PotatoDB utilizes Python's built-in JSON module for seamless data handling.