Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Query Builder Javascript UI [closed]

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.

like image 892
Richard Avatar asked Aug 18 '13 23:08

Richard


2 Answers

Some newer options for javascript query builders:

  1. https://github.com/ukrbublik/react-awesome-query-builder
  2. https://github.com/sapientglobalmarkets/react-querybuilder
  3. https://cube.dev/docs/@cubejs-client-react#query-builder
  4. https://github.com/zebzhao/Angular-QueryBuilder
  5. https://github.com/joewalling/react-two-way-querybuilder
like image 145
Juarez Rudsatz Avatar answered Oct 13 '22 00:10

Juarez Rudsatz


Another option is jquery-Querybuilder. I haven't used it yet, but it seems to be a pretty polished, open source solution.

like image 42
tlbignerd Avatar answered Oct 12 '22 23:10

tlbignerd