Created by: roman-right
What is this Python project?
Beanie is an Asynchronous ODM for MongoDB. It is based on Motor and Pydantic.
The project page with a quick-start example: https://github.com/roman-right/beanie
The documentation could be found here - https://roman-right.github.io/beanie/
Also, there are some articles about BeanieI:
- In MongoDB developer blog - https://developer.mongodb.com/article/beanie-odm-fastapi-cocktails/
- Mine from dev.to - https://dev.to/romanright/announcing-beanie-1-0-mongodb-odm-with-query-builder-4mbl
What's the difference between this Python project and similar ones?
- It is Asynchronous
- Find-, Update-, Aggregation Query Builders
- Data and schema migrations out of the box
- Indexes management
- Projections support
--
Anyone who agrees with this pull request could submit an Approve review to it.