Reference

Documents

Create new documents by subclassing the base class.

Fields

Used to populate your own Documents. Allow to set defaults, unique indexes and other field specific parameters.

Querying

Operators that allow to create field specific, mongo-like queries.

Updating

The Updateset enables updating of fields by using atomic operators.

Note

Makes use of write_bulk to enable the usage of multiple update operators to compress all changes to just on save call on the user side.

Connection

A singleton to enable a global connection that can be used by the documents.