Update README
This commit is contained in:
parent
66cd63e0b5
commit
86e08f24fe
1 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,6 @@ This is a small test area how to edit SQLite databases and update some values ac
|
|||
## Files
|
||||
|
||||
```
|
||||
├── README.md # This file
|
||||
├── requirements.txt
|
||||
├── script.sh
|
||||
├── sql
|
||||
|
@ -15,12 +14,14 @@ This is a small test area how to edit SQLite databases and update some values ac
|
|||
│ ├── show_sg.sql
|
||||
│ └── update_sg.sql
|
||||
├── start.py
|
||||
└── test.db
|
||||
```
|
||||
|
||||
- `script.sh`: Small script to executre commands inside the sql-files (see `sql/`)
|
||||
- `requirements.txt`: requirements for the python script
|
||||
- `script.sh`: Small & ugly script to execute commands inside the sql-files (see `sql/`)
|
||||
- `sql/`
|
||||
- `create_db.sql`: creates the small test database
|
||||
- `insert_data.sql`: insert some fictive test values into the database
|
||||
- `show_all.sql`: Shows all the data inside the database from table customers
|
||||
- `test.db`: Not in this repository as it will be created
|
||||
- `show_sg.sql`: Show all the data which are from St. Gallen (and will get updated)
|
||||
- `update_sg.sql`: Update the entries so the city is written consistent
|
||||
- `start.py`: small python helper script
|
||||
|
|
Loading…
Reference in a new issue