Document


Object Hierarchy:

Object hierarchy for Document

Description:

public class Document : Object

Base class for a Couch DB Database/Document type.

To use this, create a subclass of Document, and override the database_name property to correspond to the existing database in CouchDB. For each JSON property to be stored, create a property corresponding to an allowed type in couchdb-glib, namely, string, int, bool, or double.

You may use the subclass by calling load_from_id(id) or save() to load and save documents from the document store.

All known sub-classes:
 

Namespace: Ambition.Couch
Package: ambition

Content:

Properties:

Creation methods:

Methods:

Inherited Members: