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.