This repository contains the downloadable code for the Real Python tutorial: TinyDB: A Lightweight JSON Database for Small Projects
create_db.py— Code from the CREATE section of the tutorialread.py— Code from the READ section of the tutorialupdate_db.py— Code from the UPDATE section of the tutorialupdate_db_v2.py— Additional update code from the UPDATE sectionupdate_db_v3.py— Additional update code from the UPDATE sectiondelete.py— Code from the DELETE section of the tutorialcountries_file.csv— CSV data used to create TinyDB documentsten_countries.json— Sample JSON file containing data for ten countries