Update README with the new files #1
1 changed files with 6 additions and 1 deletions
|
@ -5,11 +5,16 @@ This is a small test area how to edit SQLite databases and update some values ac
|
||||||
## Files
|
## Files
|
||||||
|
|
||||||
```
|
```
|
||||||
|
├── README.md # This file
|
||||||
|
├── requirements.txt
|
||||||
├── script.sh
|
├── script.sh
|
||||||
├── sql
|
├── sql
|
||||||
│ ├── create_db.sql
|
│ ├── create_db.sql
|
||||||
│ ├── insert_data.sql
|
│ ├── insert_data.sql
|
||||||
│ └── show_all.sql
|
│ ├── show_all.sql
|
||||||
|
│ ├── show_sg.sql
|
||||||
|
│ └── update_sg.sql
|
||||||
|
├── start.py
|
||||||
└── test.db
|
└── test.db
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue