Show HN: No-Code SQL Builder (craftsql.com)
Hey everyone!
I built a tool to help you visually build SQL queries - if you write a lot of SQL at work (or help people write it), check it out!
You can try it out without needing to sign up, or integrate with any databases.
Would love all your thoughts!
Link: https://craftsql.com/
6 comments
[ 4.7 ms ] story [ 24.5 ms ] threadWhat level of sophisticated queries can be created with it? For example, can it do "Top N and Other"? Which BTW, was recently added for SQL Frames ( https://sqlframes.com/docs/data_sets/top_n_other_sets )
Most of these visual SQL builders I have seen only tackle the basic level of SQL. I am interested in an advanced SQL builder myself to plug as a no-code SQL builder to front the SQL Frames API.
Right now building Top-N (and my example) assumes you know the rank function exists, but over time it should be easy enough to pre-build "nodes" that do things like this automatically :)