Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 678 Bytes

File metadata and controls

13 lines (10 loc) · 678 Bytes

TinyDB Tutorial Code (Real Python)

This repository contains the downloadable code for the Real Python tutorial: TinyDB: A Lightweight JSON Database for Small Projects

Contents

  • create.py — All code from the CREATE section of the tutorial
  • read.py — All code from the READ section of the tutorial
  • update.py — All code from the UPDATE section of the tutorial
  • delete.py — All code from the DELETE section of the tutorial
  • countries_file.csv — CSV data used to create TinyDB documents
  • ten_countries.json — Sample JSON file containing data for ten countries
  • README.md — This file