
beanie 2.0.1
0
Asynchronous Python ODM for MongoDB
Contents
Asynchronous Python ODM for MongoDB
Stars: 2644, Watchers: 2644, Forks: 277, Open Issues: 112The BeanieODM/beanie repo was created 4 years ago and the last code push was 11 hours ago.
The project is very popular with an impressive 2644 github stars!
How to Install beanie
You can install beanie using pip
pip install beanie
or add it to a project with poetry
poetry add beanie
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/beanie/
- GitHub Repo:
- https://github.com/roman-right/beanie
Classifiers
- Database
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common beanie errors.
Code Examples
Here are some beanie code examples and snippets.
GitHub Issues
The beanie package has 112 open issues on GitHub
- fix(documents): propagate DuplicateKeyError on update
- [BUG]
beanie.operators.Orcreates a malformed object when one argument is an empty dictionary - [BUG] TypeError: object AsyncIOMotorLatentCommandCursor can't be used in 'await' expression
- [BUG] When inheritance exceeds two levels, the subclass cannot specify the collection name using
is_root=Trueandname. - [BUG] Link field query fails when document field named 'title' conflicts with Link's collection name property
- feat: introduce ODMClient for simplified multi-database management
- [BUG] FindQuery.count() ignores pymongo_kwargs
- Support py314 and remove py39
- PYTHON-4238 - Add Beanie version to handshake metadata
- filter first other than materializing refs
- Feat/custom class ID
- docs: clarify state management description
- Added context7.json #1215
- added docstring to class DocumentWithSoftDelete #928
- Find query session is not being propagated to delete method
pythonfix





