Is the query builder backed by an open source library?

We're building and saving a bunch of queries using the query builder that we need to run periodically on a sizeable amount of data.

I know that I can save the JSON structure and the SQL and apply any optimizations on those directly, but I'm curious if the query builder's data model is backed by an open source library (like the JSON Form is) that I could look into to see what's already built-in.

Hey @tradesorg_chris!

The component is based on React Query Builder, if you want to play around with it you can actually grab the UMD build example from their docs and paste it straight into a custom component:

Getting it to interact with the rest of your app will take some extra configuration but is doable!
custom_query_builder.json

1 Like