ZeQLplus: Terminal SQLite Database Browser

32 amadeuspagel 7 6/28/2025, 12:32:02 PM github.com ↗

Comments (7)

amadeuspagel · 7h ago
This is the best tool in its category that I've found. It's the only that can stream results (so you can run SELECT without LIMIT and see the first results immidiately) and display them as a table.

EDIT: Crashes often though.

zX41ZdbW · 1h ago
My SQL Playground can stream results and display them as a table: https://play.clickhouse.com/

And for a command-line client, clickhouse-client has been around since 2016.

deafpolygon · 2h ago
How is that best in class, then? If it crashes often, it’s not production-ready.
amadeuspagel · 2h ago
I wrote that in a burst of enthusiasm before I noted the crashes.
smartmic · 3h ago
Interesting to see a tool written in V in the wild. I will try it out just for that reason.
CraigJPerry · 3h ago
The UI looks a lot like Harlequin https://github.com/tconbeer/harlequin
nodesocket · 1h ago
I was looking for a simple, no bloat sqlite explorer that runs in a container and ended up deploying sqlite-web[1] in read-only mode. Very impressed, no external dependencies, works great. A CLI tool is nice, but then still have to ssh into the remote server to access the db file.

[1] https://github.com/coleifer/sqlite-web