mliikanen / QueryBuilder

An Java Backend for jQuery-QueryBuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QueryBuilder

j2objc compilable version of jQuery QueryBuilder parser + SQL query builder.

jQuery QueryBuilder


How to compile?

  1. have Maven & Java (1.7+) on your system
  2. install j2objc
  3. mvn install j2objc:convert -DJ2OBJC_DISTRIBUTION=<path_to_j2objc>

Check out the original repository for details on how to use the lib to convert the QueryBuilder into SQL.

Code for creating MongoDB queries was removed due to not wanting to include MongoDB in the cross-compiled result and not needing it for my use case.

About

An Java Backend for jQuery-QueryBuilder

License:Apache License 2.0


Languages

Language:Java 100.0%