]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add online SQLite browsers to docs (#330)
authorcyril <38669260+cyrilbois@users.noreply.github.com>
Thu, 27 Jun 2019 11:12:38 +0000 (13:12 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 27 Jun 2019 11:12:38 +0000 (13:12 +0200)
docs/tutorial/sql-databases.md

index 2a5ec5033224dc0ca9b3d484f0a1936a0f47d26a..23ee9355efe4617c6a1fe3b546ccff67c5f1a41a 100644 (file)
@@ -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>.