ffmddb.core.models.document module

class ffmddb.core.models.document.Collection(name, path)

Stores a reference to a collection of documents

marshal()
class ffmddb.core.models.document.CollectionField(collection, field)

Stores an abstract reference to a field which should exist on most/all documents in a collection, used for indexing

marshal()
class ffmddb.core.models.document.Document(db, collection, name, document_field=None, metadata=None)

Stores a reference to a single document

marshal()