This repository contains the downloadable code for the Real Python tutorial: TinyDB: A Lightweight JSON Database for Small Projects
create.py— All code from the CREATE section of the tutorialread.py— All code from the READ section of the tutorialupdate.py— All code from the UPDATE section of the tutorialdelete.py— All 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 countriesREADME.md— This file