Category Archives

MongoEngine – Object Document Mapper

MongoDB is a document based database. Each document is a JSON like representation of fields and values. A document...

MongoEngine – Object Document Mapper

MongoDB is a document based database. Each document is a JSON like representation of fields and values. A document...

MongoEngine Tutorial

MongoEngine is a Python library that acts as an Object Document Mapper with MongoDB, a NOSQL database. It is...

MongoEngine Tutorial

MongoEngine is a Python library that acts as an Object Document Mapper with MongoDB, a NOSQL database. It is...