Show HN: Graphical SQL Builder and Debugger
1–8 of 8 posts
Re: Show HN: Graphical SQL Builder and Debugger
#2Re: Show HN: Graphical SQL Builder and Debugger
#3Re: Show HN: Graphical SQL Builder and Debugger
#4Re: Show HN: Graphical SQL Builder and Debugger
#5visual 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
Re: Show HN: Graphical SQL Builder and Debugger
#6The Microsoft Access query builder is back!
Re: Show HN: Graphical SQL Builder and Debugger
#7Re: Show HN: Graphical SQL Builder and Debugger
#8Thank you for the feedback.
The project was created to help navigate (understand in my head) large/complex queries done by other people.
To answer your questions: 1. Plans to support other sql flavors? - SQLite support has been recently implemented - Maybe in the future, Postgresql. - Nothing from Microsoft. Sorry, I rarely use Microsoft software. 2. How robust is the SQL → canvas parsing? - It is basic (draws correctly simple SELECT, WHERE, JOINS). Feature upgrades require manually drawn query contexts (feedback for RE).