| Home | Trees | Indices | Help |
|---|
|
|
module that provides a Document object that allows you to map CouchDB document in Python statically, dynamically or both
|
|||
| SchemaProperties | |||
| DocumentSchema | |||
|
DocumentBase Base Document object that map a CouchDB Document. |
|||
|
AttachmentMixin mixin to manage doc attachments. |
|||
|
QueryMixin Mixin that add query methods |
|||
|
Document Full featured document object implementing the following : |
|||
|
StaticDocument Shorthand for a document that disallow dynamic properties. |
|||
|
|||
|
|||
|
|||
|
|||
| ALLOWED_PROPERTY_TYPES | |||
| ReservedWordError | |||
_RESERVED_WORDS = ['_id', '_rev', '$schema']
|
|||
_NODOC_WORDS = ['doc_type']
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed May 19 15:52:50 2010 | http://epydoc.sourceforge.net |