Description
Database mapping layer for MongoDB on Python. Includes schema enforcement and some facilities for schema migration.
Categories
License
Features
- Mongo DB LIbrary
- Object to Mongo Document mapping
- Simple and easy to use schema definition language
- Support of sqlalchemy like "sessions"
Update Notifications
User Ratings
★★★★★
★★★★
★★★
★★
★
User Reviews
-
I liked it, I recommend
-
Ming brings the best features of the excellent SQLAlchemy ORM to your MongoDB/pymongo projects. Ming's declarative syntax provides a convenient way to define and enforce your document schema. Ming's session support makes it easy to implement services based on the unit-of-work pattern.