Skip to content

pycub/beane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

‌Beane

Beanie is an Asynchronous Python object-document mapper (ODM) for MongoDB, based on Motor and Pydantic.

How Beane can help me?

We need to get familiar with Motor to understand the benefits that Beane provides. Have ever thought about connecting to MongoDB asynchronously? Motor is here to help us, Motor is an Asynchronous Python driver which presents a coroutine-based API for non-blocking access to MongoDB. It uses AsyncIO under the hood.
Now that we can get access to MongoDB in an Async way, can we map the concept of ORM in this sort of connection? Here the Beane shines. It makes you capable of interacting with MongoDB asynchronously through an object-document mapper (ODM).

About

An async ODM based on Motor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published