An simple, relational SDK for querying TypeScript and JavaScript data structures
npm install @pulumi/query
query.js makes it easy to write _SQL-like queries_ over _JavaScript data structures_. It supportsArray, Set, Map, and Object, as well as Iterable more generally. Unlike other query
libraries, query.js has strong support for Promise, and is considerably easier to understand and
write than streaming query models such as RxJS.
This package is available in JavaScript/TypeScript for use with Node.js. Install it using either npm:
$ npm install @pulumi/query
or yarn:
$ yarn add @pulumi/query
[linq]: https://en.wikipedia.org/wiki/Language_Integrated_Query