mongoengineEasy Playground

Document-Object Mapper for MongoDB (Django-style)

Getting started with mongoengineRun locally
Install
pip install mongoengine
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: mongoengine)

mongoengine is a third-party package. Document-Object Mapper for MongoDB (Django-style). Install with: pip install mongoengine

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?