CSV, MySQL dumps, Postgres dumps and SQLite, all converted on your own device
Every converter below is the same tool: a hand-written SQLite reader, a three-dialect dump parser, a CSV intake bench and a SQLite writer the official engine signs off on. You open a file, editsqlite holds it in a working copy in the tab, and you download a fresh one. The file you gave it is read once and never written to. Nothing is uploaded — this is a static site with no server behind it, so there is nowhere for an upload to go. Turn off your network and the conversion still runs.
each page walks the exact steps, then hands you the tool
Databases hold the most sensitive files people own. Here the file never leaves your device — the working copy lives in tab memory, exports land in your downloads folder.
No local MySQL or Postgres to spin up, no sign-up, no command line. Open the page, drop a file, download the result.
Every .sqlite is built page by page by our own writer and passes the official engine's PRAGMA integrity_check — the bar we hold each export to.
A conversion is also an editor: fix cells in a grid, run SQL, add or drop columns before you export. The convert and the clean-up are one step.