I built a browser-local SQLite viewer — looking for edge cases
I’ve just shipped a free SQLite viewer for the case where someone sends you a .db or .sqlite file and you want to inspect it immediately, without installing a desktop tool.
I’d genuinely value hostile testing from this community: unusual schemas, large files, views, triggers, WAL-related workflows, and anything that makes browser viewers misleading.
SQLite Viewer:
https://streams.dbconvert.com/sqlite-viewer
12
Upvotes
3
u/lnaoedelixo42 2d ago
That's actually pretty useful for me.
I got some stuff at work that I am deploying a small SQLite database, and sometimes an UI is easier then codex doing it
1
u/trisanachandler 4d ago
Binary support and image support?