|
1 | | -# TinyDB Tutorial Code (Real Python) |
| 1 | +# TinyDB: A Lightweight JSON Database for Small Projects |
2 | 2 |
|
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/) |
| 3 | +This repository contains the downloadable code for the Real Python tutorial: [TinyDB: A Lightweight JSON |
| 4 | +Database for Small Projects](https://realpython.com/tinydb-python/) |
4 | 5 |
|
5 | 6 | ## Contents |
6 | 7 |
|
7 | | -<<<<<<< HEAD |
8 | | - |
9 | | - |
10 | | -create\_db.py - SCRIPT file containing code from the CREATE section of the tutorial. |
11 | | - |
12 | | -read.py - REPL code file containing code from the READ section of the tutorial. |
13 | | - |
14 | | -update\_db.py - SCRIPT file containing code from the UPDATE section of the tutorial. |
15 | | - |
16 | | -update\_db\_v2.py - SCRIPT file containing code from the UPDATE section of the tutorial. |
17 | | - |
18 | | -update\_db\_v3.py - SCRIPT file containing code from the UPDATE section of the tutorial. |
19 | | - |
20 | | -delete.py - REPL code file containing code from the DELETE section of the tutorial. |
21 | | - |
22 | | - |
23 | | - |
24 | | -countries\_file.csv - File containing csv data to be converted to TinyDB documents. |
25 | | - |
26 | | -ten\_countries.json - File containing an existing JSON object representing ten TinyDB records in a countries table. |
27 | | - |
28 | | - |
29 | | - |
30 | | -README.md - This file |
31 | | - |
32 | | -======= |
33 | | -- `create.py` — All code from the **CREATE** section of the tutorial |
34 | | -- `read.py` — All code from the **READ** section of the tutorial |
35 | | -- `update.py` — All code from the **UPDATE** section of the tutorial |
36 | | -- `delete.py` — All code from the **DELETE** section of the tutorial |
| 8 | +- `create_db.py` — Code from the **CREATE** section of the tutorial |
| 9 | +- `read.py` — Code from the **READ** section of the tutorial |
| 10 | +- `update_db.py` — Code from the **UPDATE** section of the tutorial |
| 11 | +- `update_db_v2.py` — Additional update code from the **UPDATE** section |
| 12 | +- `update_db_v3.py` — Additional update code from the **UPDATE** section |
| 13 | +- `delete.py` — Code from the **DELETE** section of the tutorial |
37 | 14 | - `countries_file.csv` — CSV data used to create TinyDB documents |
38 | 15 | - `ten_countries.json` — Sample JSON file containing data for ten countries |
39 | | -- `README.md` — This file |
40 | | ->>>>>>> df2997f1b3bd2e296717c85dfa9ec8a08aaa2087 |
0 commit comments