timgws / QueryBuilderParser

A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
MIT License
159 stars 65 forks source link

Only JS version #24

Closed prashantguleria closed 6 years ago

prashantguleria commented 6 years ago

Hi,

Is it possible to have it pure JS/jQuery based. I want to use it with C# but I need ot have joins functionaity.

Thanks

timgws commented 6 years ago

You might want to check out https://github.com/castle-it/dynamic-linq-query-builder

Also, the QueryBuilder supports building SQL queries in Javascript (http://querybuilder.js.org/demo.html#import_export)

prashantguleria commented 6 years ago

Thanks for the reply.

I'm currently using castle-it LINQ builder but it's not capable of complex queries like JOINS and aggregate functions.

timgws commented 6 years ago

You should think about adding that functionality there to that project! This is a PHP project, so it is outside of this library's scope to work with C# :)

I'm sure the author would appreciate a pull request with that functionality!