Skip to content

Write SQL-like queries over JavaScript data structures

License

Notifications You must be signed in to change notification settings

moment-eng/query-fns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

query.js

query.js makes it easy to write SQL-like queries over JavaScript data structures. It supports Array, 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.

Installing

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

About

Write SQL-like queries over JavaScript data structures

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.4%
  • Makefile 6.6%
  • Shell 2.0%
  • JavaScript 1.0%