MongoMotor: Asynchronous Object-Document Mapper

Asynchronous object-document mapper for Python and MongoDB

MongoMotor is a async ORM for mongodb based on MongoEngine using the pymongo async driver.

Installation

To install MongoMotor, use pip:

$ pip install mongomotor

And that’s it!

Usage

In the MongoMotor introduction tutorial we will create a simple music catalog.

Guides

API Documentation

CHANGELOG

Licence

MongoMotor is free software, licensed under the GPL version 3 or latter.

Contributing

MongoMotor’s code is hosted on github. Feel free to create a fork of the project, open issues, do merge requests…

Well, that’s it! Thank you!