SQLite Viewer — DBConvertOpen .db, .sqlite and .sqlite3 files in the editor: schema, tables, read-only SQL, integrity check. Nothing leaves your machine.
Pick the file in the Explorer and it opens as a tab: tables, views, triggers and indexes with
their row counts, a row grid you can sort and page through, the page size and text encoding the
database was created with, and A damaged file still opens — it reports what the check found and shows whatever is readable, instead of refusing the file. Read-only SQL over the whole database
Binary values are identified, not printed as hexEvery
Open a value and it renders as an image, a
Where the file goesNowhere. The editor reads it from disk and hands it to the panel; the panel parses it with WebAssembly in the editor itself. There is no server, no account, and no network call. The other twoSame viewer, one per format — install only the one you need, so a SQLite user never downloads the Parquet engine. Built by DBConvert. The same viewer runs in a browser tab at streams.dbconvert.com/sqlite-viewer, and as a Chrome extension. |



