onequery
v0.0.17
Published
Do dataset joins, mergings, filters, mappings, orderings, groupings, foldings (aggregations), visualizations and similar operations on plain old javascript memory, indexedDb, mongoDb, or hybrid structures. A 'Dataset' is an array of objects with named pr
Downloads
8
Maintainers
Readme
OneQuery
Work with datasets (arrays of objects) in fluent fashion -- similar to c# linq method syntax, though in many ways more pleasant. Query datasets composed from regular javascript, from indexedDb, or mix them using the same API. A future goal is to allow this to work with server-side persistence (such as Postgre or Mongo) in the same way it works with indexedDb.
Visit the project wiki here to learn how to work with OneQuery, what it can do, and to see the roadmap.