dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

Are there any possible integrations #71

Open kalinchernev opened 3 years ago

kalinchernev commented 3 years ago

Hi, i'm about to give the package a try and I didn't manage to find out whether the query i'll be building will be possible to integrate with any executor implementation easily?

In other words, once I have the query built by the component, can I somehow plug it in another package which uses lodash/underscore or whatever abstraction to execute the query on an array? (not a database)

Thank you in advance for the reply!