📝 Add online SQLite browsers to docs (#330)

This commit is contained in:
cyril 2019-06-27 13:12:38 +02:00 committed by Sebastián Ramírez
parent 76b6fd5c18
commit 1c2cdb97e9
1 changed files with 2 additions and 0 deletions

View 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>.