Why this tool is useful
Audit the structure of a downloaded application database, data export or test fixture before choosing a table to query.

Inspect tables, column declarations and row counts from a local SQLite database without uploading the database or modifying it.
Ready. Your working data stays in this browser.
Files and capture streams stay on this device. Processing uses browser APIs only; nothing is uploaded to YTSave, the media API or a proxy.
Audit the structure of a downloaded application database, data export or test fixture before choosing a table to query.
A pinned sql.js WebAssembly build opens the selected bytes in browser memory, enables SQLite query-only mode, reads sqlite_schema and reports at most 100 user tables.
Choose a .sqlite file and confirm that its expected tables, columns and row counts are present before importing it into another application.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.