Get the latest tech news
Show HN: JAQT – JavaScript Queries and Transformations
GraphQL-style Array.select() and Array.where() for javascript - muze-nl/jaqt
jaqt (pronounced 'jacket') is a query engine for arrays and objects, inspired by graphql and sql. Either by adding specific functions that mimic SQL, or by explicitly defining a query language like GraphQL. In all cases this means that you give up the power of javascript itself and must switch to a different, less capable language.
Or read this on Hacker News