tinydbEasy Playground

Lightweight document-oriented database stored in JSON files

Getting started with tinydbRun locally
Install
pip install tinydb
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: tinydb)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?