Engineering · from the codebase · no fluff

Notes from building it all in the browser.

Everything on this site — the editor, the SQL engine, the dataset library — runs client-side on a plain static host. That constraint forces interesting designs. These are the write-ups, with the real code and the bugs left in.

The CSV parser behind these tools is open source: csvtd-parser on GitHub — zero dependencies, quote-correct, with the delimiter auto-detection described in these posts. See what shipped recently in the changelog, or just use the tools.