discovered 03 Aug 2026
pysonDB
→ View on GitHubPysonDB is a lightweight JSON-based database for Python, designed to allow easy CRUD operations without the need for database drivers. Notable features include a unique ID assignment for each document, schema enforcement for data integrity, and an inbuilt command line interface (CLI) for database management tasks. This tool is ideal for developers looking for a simple, file-based database solution that integrates seamlessly with Python applications.