mirror of https://github.com/tiangolo/fastapi.git
📝 Add online SQLite browsers to docs (#330)
This commit is contained in:
parent
76b6fd5c18
commit
1c2cdb97e9
|
|
@ -609,3 +609,5 @@ If you want to explore the SQLite database (file) directly, independently of Fas
|
|||
It will look like this:
|
||||
|
||||
<img src="/img/tutorial/sql-databases/image02.png">
|
||||
|
||||
You can also use an online SQLite browser like <a href="https://inloop.github.io/sqlite-viewer/" target="_blank">SQLite Viewer</a> or <a href="https://extendsclass.com/sqlite-browser.html" target="_blank">ExtendsClass</a>.
|
||||
|
|
|
|||
Loading…
Reference in New Issue