This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Description
The readme needs an examples link to other public projects that are using this library. For example, I'm trying to figure out how to create a app that uses this library that can create records like:
{ "name": "...",
"tenant_id": "...",
region_type": "...",
}
and define views and searches on the fields of those entries (like all records where tenant_id = "12345").
I think what I'm trying to do is rather basic but its just not intuitive to someone who hasn't worked with CouchDB before, which is why I'm looking for sample apps using this library to walk through.