Testing the markdown stuff

This commit is contained in:
caminsha 2022-07-18 00:05:20 +02:00
parent a162408275
commit 66cd63e0b5

View file

@ -5,11 +5,16 @@ 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
│   ├── create_db.sql
│   ├── insert_data.sql
│   └── show_all.sql
│   ├── show_all.sql
│   ├── show_sg.sql
│   └── update_sg.sql
├── start.py
└── test.db
```