MongoEngine Tutorial
BySu Su
This ebook may not meet accessibility standards and may not be fully compatible with assistive technologies.
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.
In this tutorial, you will learn to perform CRUD operations on a MongoDB database with the help of MongoEngine and Python.
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.
*** Table of Contents:
MongoDB
MongoDB Compass
Object Document Mapper
Installation
Connecting to MongoDB Database
Document Class
Dynamic Schema
Fields
Add/Delete Document
Querying Database
Filters
Query Operators
QuerySet Methods
Sorting
Custom Query Sets
Indexes
Aggregation
Advanced Queries
Document Inheritance
Atomic Updates
Javascript
GridFS
Signals
Text search
Extensions
Details
- Publication Date
- Sep 5, 2021
- Language
- English
- Category
- Computers & Technology
- Copyright
- All Rights Reserved - Standard Copyright License
- Contributors
- By (author): Su Su
Specifications
- Format