An introduction to the CouchDB HTTP view API. Basics Views are the primary tool used for querying and reporting on Couch documents. Views are defined with Javascript functions. Here is the very simplest function: function(doc) { emit(null, null); }See Views for more information. Creating Views To create a permanent view, the functions must first be saved into special design documents (well, they
{{#tags}}- {{label}}
{{/tags}}