How to Use SQLite Web Browser
1
Open File: Click Browse Database File to select a
.sqlite, .db, or .sqlite3 file.
2
Select Table: Choose any table from the sidebar to automatically insert a
SELECT query.
3
Run Query: Edit or type your custom SQL code in the editor, then click ▶ Run Query.
4
Inspect Data: View query execution status and browse data rows in the responsive table view.
Query Results
| Load database and run a query to display records |