0.0.0 • Published 10 years ago

notdb v0.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

notdb

Run MongoDB-like queries on objects

Currently, only regular expression and direct equality is supported.

Getting Started

Install idempotent using npm.

npm install idempotent

Then use it like so:

var find = require('array-query').find

// ...

find(someArray, {
  foo: /(some|regex)/,
  bar: 10
})

License

array-query is MIT-Licensed

0.0.0

10 years ago