Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does a jQuery or JavaScript module exist that creates a SQL query builder interface?

We are currently using something called QueryBuilderWidget that is based on script.aculo.us. This was implemented a while back, and I can't find the project's site anymore. But, it looks very similar to YUI's Query Builder.

The functionality is fine, but we don't use scriptaculous for anything else. The rest of the site uses jQuery or straight JavaScript. I'm looking for a module with similar features that is either straight JavaScript or jQuery. I have seen this plugin, and I could use that as a starting point, if there isn't anything else.

like image 271
Barbara Laird Avatar asked Oct 27 '11 23:10

Barbara Laird


1 Answers

I recently released a JavaScript SQL query builder which works in the browser and with node.js - http://squeljs.org

like image 125
hiddentao Avatar answered Sep 30 '22 19:09

hiddentao