📝 Add note about DB Browser for SQLite in SQL docs

This commit is contained in:
Sebastián Ramírez
2019-02-12 23:31:18 +04:00
parent 783816a7e3
commit 890f1f7899
3 changed files with 12 additions and 0 deletions

View File

@@ -235,3 +235,11 @@ That's something that you can improve in this example application, here's the cu
"id": 1
}
```
## Interact with the database direclty
If you want to explore the SQLite database (file) directly, independently of FastAPI, to debug its contents, add tables, columns, records, modify data, etc. you can use <a href="https://sqlitebrowser.org/" target="_blank">DB Browser for SQLite</a>.
It will look like this:
<img src="/img/tutorial/sql-databases/image02.png">