Monday 16 September 2024

Show HN: JAQT – JavaScript Queries and Transformations https://bit.ly/4e7u7zA

Show HN: JAQT – JavaScript Queries and Transformations Hi all, I've made a javascript library to simplify searching/sorting/filtering in arrays of objects. Its inspired by both GraphQL and SQL, but implemented using javascript Proxies. Instead of creating a new language, its all just javascript. I've made it as part of an experimental database, which uses javascript as the query engine. The normal javascript map/reduce/sort functions are quite difficult to master for junior developers. JAQT is easier to explain, and can still be used in combination with any existing array functions. Please let me know what you think of the API and its ease of use! https://bit.ly/4d6K0F8 September 16, 2024 at 10:08AM

No comments:

Post a Comment