You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collection — "Active Collection" features for management, such as collection and index creation; minimal, encouraging use of get_collection() and PyMongo methods where possible.
Queryable — "Active Collection" bridging to "Active Record" where such proxying serves the purpose of translation from simplified Marrow Mongo concepts (such as parametric interpretation) and is demonstrably useful. Less minimal.
Traits:
Collection — "Active Collection" features for management, such as collection and index creation; minimal, encouraging use of
get_collection()and PyMongo methods where possible.Queryable — "Active Collection" bridging to "Active Record" where such proxying serves the purpose of translation from simplified Marrow Mongo concepts (such as parametric interpretation) and is demonstrably useful. Less minimal.
Discuss.