Couchbase Lite
Objective-C API for iOS and Mac OS
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CCBLBlobA CBLBlob appears as a property of a CBLDocument; it contains arbitrary binary data, tagged with a MIME type
 C<CBLConflictResolver>Abstract interface for an application-defined object that can resolve a conflict between two revisions of a document
 CCBLDatabaseA Couchbase Lite database
 CCBLDatabaseOptionsOptions for opening a database
 CCBLDocumentA Couchbase Lite document
 CCBLDocument(Subscripts)
 CCBLFullTextQueryRowA single result from a full-text CBLQuery
 CCBLIndexOptionsOptions for creating a database index
 CCBLPropertiesDefault implementation of CBLProperties protocol, which defines a JSON-compatible object, much like an NSMutableDictionary but with type-safe accessors
 C<CBLProperties>CBLProperties defines a JSON-compatible object, much like an NSMutableDictionary but with type-safe accessors
 CCBLQueryA compiled database query
 CCBLQueryRowA single result from a CBLQuery