JAQT – JavaScript Queries and Transformations

Jaqt is a query engine for arrays and objects in JavaScript, inspired by graphql and sql. Unlike other libraries, Jaqt does not introduce a custom query language, allowing users to stay in the familiar realm of JavaScript. By utilizing JavaScript trickery, Jaqt adds syntactic sugar to native Array.map and Array.filter functions, providing ease of use similar to GraphQL. There are no speed improvements over normal array functions. Users can query data easily using Jaqt, as demonstrated in the examples. Contributions are encouraged, with instructions provided on how to contribute on the GitHub repository. Jaqt is licensed under the MIT open source license.

https://github.com/muze-nl/jaqt

To top