Trait of requests representing all documents in a Couch database
Base trait of meta records for records that can be stored in CouchDB
Base trait of records that can be stored in CouchDB
Specialization of dispatch's Request that provides Couch specific functionality
Case class that holds information about a couch database, as retrieved using GET /database
Trait of requests that represent a particular design document
Trait of requests that represent a document in a Couch database
Trait of requests that represent a particular document revision in a Couch database
Trait that adds a "fetch" method for getting a JObject from CouchDB
Field that contains an array of some basic JSON type
Trait for fields with JSON-specific behavior
Specialized MetaRecord that deals with JSONRecords
Specialized Record that can be encoded and decoded from JSON
Wrapper for a Dispatch Request that has operators for sending and receiving Lift JSON JValues
Field that contains a homogeneous array of subrecords
Field that contains an entire record represented as an inline object value in the final JSON
Result of a CouchDB query, possibly containing some summary information (if Couch provided it) such as total rows, and the results themselves
Single result of a CouchDB query
Trait of requests that support CouchDB querying.
Trait of requests that represent a view that can be queried