MongoMotor: Asynchronous Object-Document Mapper¶
MongoMotor is a simple-to-use, declarative-style, document-object mapper that puts together the nice MongoEngine API and the clever Motor asynchronous approuch to create a awesome library for asynchronous access to MongoDB using python 3.5+.
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!