Home » Run CouchDB Query with Mango

Run CouchDB Query with Mango

by Online Tutorials Library

Run CouchDB query with Mango

Mongo is an easy way to find documents on predefined indexes.

Mango provides a single HTTP API endpoint that accepts JSON bodies via HTTP POST. These bodies provide a set of instructions that returns the result in the same order we specified.

Run couchdb query with mango 1
Run couchdb query with mango 2
Run couchdb query with mango 3

In table form, it will look like this:

Run couchdb query with mango 4

You may also like