Python
fromRealpython
3 days agoTinyDB: A Lightweight JSON Database for Small Projects - Real Python
TinyDB is a lightweight, pure-Python, document-oriented NoSQL database storing JSON documents and offering simple CRUD for small, local, single-process projects.