SQL Query Builder Javascript UI

javascript, sql, user-interface

Solution

Some newer options for javascript query builders:

- https://github.com/ukrbublik/react-awesome-query-builder

- https://github.com/sapientglobalmarkets/react-querybuilder

- https://cube.dev/docs/@cubejs-client-react#query-builder

- https://github.com/zebzhao/Angular-QueryBuilder

- https://github.com/joewalling/react-two-way-querybuilder

Problem

I'm looking for a UI tool to help users generate SQL queries. Red Query Builder has some of the features I'd like, but the source doesn't seem to be available in an easily-editable format and it lacks an interface for manipulating `group` or `order` commands. Digging around the internet didn't reveal any other palatable candidates, so I'm asking here.

Original source