SQLite Viewer

Open a SQLite file online to inspect tables, views, columns, types, indexes, foreign keys, row estimates and bounded previews.

Choose a .sqlite, .sqlite3 or .db file up to 1 GB. The source is opened read-only and is never edited.

Read-only by design

No SQL editor, ATTACH, extensions, schema execution, triggers, or database changes are available. Only fixed inspection and export statements are generated.

About WAL databases

Only the uploaded database file is inspected. If recent data exists only in a separate -wal file, checkpoint the database in its original application before uploading.

SQLite Viewer

Inspect SQLite tables, views, columns, indexes, and foreign keys, then export one selected dataset.

Input
One SQLite database file and table or query-safe selection.
Output
Schema metadata plus complete CSV, JSONL, or JSON output for the selection.
Real limitations
Encrypted databases, extensions, arbitrary write SQL, corrupt pages, and unsupported SQLite features are not accepted.
Privacy and data handling
one SQLite database file and table or query-safe selection is uploaded to a compatible Convertr worker only after you start the operation. Processing is automated, and temporary source and result files are deleted automatically after processing rather than retained as permanent storage.

How to use this tool

  1. Choose one SQLite database file and table or query-safe selection and wait for the page to validate it.
  2. Set the available output or inspection options, then start processing.
  3. Review the reported result and download schema metadata plus complete CSV, JSONL, or JSON output for the selection before the temporary link expires.

Common failure modes

A non-SQLite file, integrity failure, locked/corrupt database, unsafe identifier, or missing table causes an error.

Useful example

Open inventory.sqlite, inspect the products schema, and export the products table to CSV.