Skip to content

Commit 92fe1a2

Browse files
committed
Update README
1 parent 39e5b00 commit 92fe1a2

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

tinydb/README.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
1-
This file contains the downloadable code from the RealPython tutorial: \[TinyDB: A Lightweight JSON Database for Small Projects](https://realpython.com/tinydb-lightweight-json-database-small-projects/)
1+
# TinyDB Tutorial Code (Real Python)
22

3+
This repository contains the downloadable code for the Real Python tutorial: [TinyDB: A Lightweight JSON Database for Small Projects](https://realpython.com/tinydb-python/)
34

5+
## Contents
46

5-
6-
7-
create.py - File containing all code from the CREATE section of the tutorial.
8-
9-
read.py - File containing all code from the READ section of the tutorial.
10-
11-
update.py - File containing all code from the UPDATE section of the tutorial.
12-
13-
delete.py - File containing all code from the DELETE section of the tutorial.
14-
15-
16-
17-
countries\_file.csv - File containing csv data to be converted to TinyDB documents.
18-
19-
ten\_countries.json - File containing an existing JSON object representing ten TinyDB records in a countries table.
20-
21-
22-
23-
README.md - This file
24-
7+
- `create.py` — All code from the **CREATE** section of the tutorial
8+
- `read.py` — All code from the **READ** section of the tutorial
9+
- `update.py` — All code from the **UPDATE** section of the tutorial
10+
- `delete.py` — All code from the **DELETE** section of the tutorial
11+
- `countries_file.csv` — CSV data used to create TinyDB documents
12+
- `ten_countries.json` — Sample JSON file containing data for ten countries
13+
- `README.md` — This file

0 commit comments

Comments
 (0)