Remix.run Logo
Show HN: Graphical SQL Builder and Debugger(github.com)
21 points by matei88 4 days ago | 6 comments
ElenaDaibunny 2 days ago | parent | next [-]

visual SQL builders have been around forever, most feel like they were designed by someone who never writes joins, this one has reverse-engineering from existing SQL which is enough to try it

lolive 2 days ago | parent [-]

Isn’t the big problem of SQL visualization coming with subqueries and the WITH statement ?

whattheheckheck a day ago | parent | prev | next [-]

Plans to support other sql flavors?

XorNot 2 days ago | parent | prev | next [-]

The Microsoft Access query builder is back!

lolive 2 days ago | parent [-]

Did the story end well for that tool ? (Does it still exist in Access 365?)

levi840714 4 days ago | parent | prev [-]

Visual SQL builders live or die on the import direction — pasting an existing messy query and seeing it laid out is way more valuable than building from scratch. How robust is the SQL → canvas parsing? That's the feature I'd actually come back for.