Hacker News new | ask | show | jobs
by dhash 942 days ago
I’ve been using ultorg for a couple years now, very happy to see it reach broader audiences

Its’s a game changer tool for me, providing an intuitive graphical query construction interface (via a simple stacked table header, very sum-product like) and cross-db joins. The multi-column report style layouting is also really useful for looking at wide queries with lots of data. I’ve shamelessly ripped of some of eirik’s ideas and wowed people from (especially) the financial world

IMO its one of the truest advancements in SQL clients that i’ve seen in a while.

1 comments

How does generating queries work with other sources like CSV?
Good question, if I were to do it I'd just import into an in memory SQLite db and let you query that