SQLite Viewer
View and query SQLite database files in your browser.
Features
- Client-side processing: Files are processed entirely in your browser.
- Browse tables: View all tables in the SQLite database.
- Execute SQL: Run custom SQL queries against the database.
- No upload: Your database files never leave your device.
How to Use
- Click "Choose File" and select your SQLite database file (.db, .sqlite, .sqlite3).
- The tables in the database will be listed on the left sidebar.
- Click on a table name to select it, then click "Load Table" to view its data.
- Or write a custom SQL query and click "Execute" to run it.
- Results will be displayed in a table format below.