Skip to content

Add support for CouchDB Mango queries

Daniel Gerhardt requested to merge couchdb-mango-queries into master

Ektorp, the library used as connector to CouchDB, currently does not support features introduced with CouchDB 2.0. These changes implement support for Mango API's _find which provides a more flexible alternative to views for data retrieval.

See http://docs.couchdb.org/en/stable/api/database/find.html.

Edited by Daniel Gerhardt

Merge request reports