pouchdb-find
is an advanced query language for PouchDB. Now in beta!
Inspired by MongoDB, it
provides a simple API with operators like
$gt
(greater-than) and $eq
(equals), so you can write less
code to achieve the same performance as the map/reduce
API.
This API is also available as Cloudant Query Language and will be released in CouchDB 2.0.