Sunday, 18 August 2013

SQL Query Builder Javascript UI

SQL Query Builder Javascript UI

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.

1 comment:

  1. Source is now available on github https://github.com/salk31/RedQueryBuilder

    It is only really designed to control the set of rows returned so you are right about no control over order or group by. Maybe it could be joined to an app that does that well?

    The demo just uses an off the shelf table widget.. that could probably be hooked easily into doing order by. Not sure about group by.

    ReplyDelete