SQLite Viewer

View and query SQLite database files in your browser.
Supports .db, .sqlite, and .sqlite3 files. No data is uploaded to the server.

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

  1. Click "Choose File" and select your SQLite database file (.db, .sqlite, .sqlite3).
  2. The tables in the database will be listed on the left sidebar.
  3. Click on a table name to select it, then click "Load Table" to view its data.
  4. Or write a custom SQL query and click "Execute" to run it.
  5. Results will be displayed in a table format below.