Add support for CouchDB Mango queries
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