amadeuspagel
6 days 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
6 days 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.
amadeuspagel
6 days ago
Impressive, but the category I was refering to is SQLite clients.
deafpolygon
6 days ago
How is that best in class, then? If it crashes often, it’s not production-ready.
amadeuspagel
6 days ago
I wrote that in a burst of enthusiasm before I noted the crashes.
ugh123
5 days ago
For development (and table browsing purposes), some crashing is acceptable (to me at least), as long as the tool overall gives me a productivity boost. Perhaps OPs use-case of streaming large sqlite files for browsing purposes is not typical.
Intralexical
5 days ago
If it crashes a lot because it's full of undefined behavior/unhandled errors, then what is it doing when it encounters those issues and doesn't crash?
0cf8612b2e1e
5 days ago
If only my production tools did not crash.