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 with row counts in the database.
- Table schema: Inspect column names, types, and constraints.
- Pagination: Navigate through large tables with built-in pagination.
- Export to CSV: Download table data or query results as CSV files.
- 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 with their row counts.
- Click on a table name to view its data and schema information.
- Use the "Show Schema" button to see column details including types and constraints.
- Navigate through pages using the pagination controls for large tables.
- Click "Export CSV" to download the current view as a CSV file.
- Or write a custom SQL query and click "Execute" to run it.
- Results will be displayed in a table format below.