Introduction
Overview
Plugin Package Namespaces
from marrow.mongo import Document, Index
from marrow.mongo.field import String
from marrow.mongo.trait import QueryableDeclarative document modeling.
class Television(Document):
model = String()Refined, Pythonic data access object interactions.
Collection and index metadata, and creation shortcuts.
Filter construction through rich comparison.
Parametric filter, projection, sort, and update document construction.
Advanced GeoJSON support.
Code Quality
Guaranteed to be fully tested before any release.
Extensively documented, with a > 1:1 code to comment ratio.
A considered road map.
MIT Licensed
Code Metrics
Last updated
Was this helpful?