Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 595 Bytes

MongoDB Implementation using Python3

MongoDB is a document-oriented, open-source database program that is platform-independent.
MongoEngine is an object document mapper (ODM), which is roughly equivalent to a SQL-based object relational mapper (ORM). The abstraction provided by MongoEngine is class-based, so all of the models you create are classes.

Requirements: