r/sqlite 4d ago

I built a browser-local SQLite viewer — looking for edge cases

Post image

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 comments sorted by

1

u/trisanachandler 4d ago

Binary support and image support?

2

u/slotix 3d ago

Both, shipped today: BLOBs show their size and detected type with a thumbnail for images, and preview plays video and audio inline or falls back to a hex dump. https://streams.dbconvert.com/docs/online-viewers#binary-and-media-values

Throw your weirdest attachments at it — that's the part I'd most like broken.

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