tinydb

Package — DatabasePython 3.7+Intermediate

Lightweight document-oriented database stored in JSON files

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install tinydb

Learn by Difficulty

Quick Example

python
# Install: pip install tinydb
import tinydb

# Basic tinydb usage
print(f"Using tinydb")
# See documentation for detailed examples

tinydb is a third-party package. Lightweight document-oriented database stored in JSON files. Install with: pip install tinydb

Try in Playground

Tags

packagedatabaseormpersistence