MongoEngine Tutorial

MongoEngine Tutorial

MongoEngine is a Python library that acts as an Object Document Mapper with MongoDB, a NOSQL database. It is similar to SQLAlchemy, which is the Object Relation Mapper (ORM) for SQL based databases.

Audience

In this tutorial, you will learn to perform CRUD operations on a MongoDB database with the help of MongoEngine and Python.

Prerequisites

This tutorial is useful for Python professionals who intend to use MongoDB database in their applications. Knowledge of Python and object oriented concepts are essential.

Advertisements