Developing applications with couch Db has never been easier with couchdb-query-helper What the hell is couch Db? CouchDB is one of what many are calling NoSQL solutions. Specifically, CouchDB is a document-oriented database and within each document, fields are stored as key-value maps. Fields can be either a simple key/value pair, list, or map. Creating a simple node application using couchdb-query-helper