Contents

odmantic 1.0.0

0

ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints

ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints

Stars: 951, Watchers: 951, Forks: 92, Open Issues: 98

The art049/odmantic repo was created 3 years ago and the last code push was 10 hours ago.
The project is popular with 951 github stars!

How to Install odmantic

You can install odmantic using pip

pip install odmantic

or add it to a project with poetry

poetry add odmantic

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/odmantic/
Documentation:
https://art049.github.io/odmantic
GitHub Repo:
https://github.com/art049/odmantic

Classifiers

  • Database
  • Database/Front-Ends
  • Internet
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
  • Software Development/Object Brokering
No  odmantic  pypi packages just yet.

Errors

A list of common odmantic errors.

Code Examples

Here are some odmantic code examples and snippets.

GitHub Issues

The odmantic package has 98 open issues on GitHub

  • ⬆️ Update mypy requirement from ^0.910 to ^0.931
  • When the primary key of the reference field of the model is not id, there will be a KeyError here
  • Update dependencies and pydantic to version 1.9.0
  • Addresses #162
  • Add support for motor 2.5

See more issues on GitHub

Related Packages & Articles

mongoengine 0.28.2

MongoEngine is a Python Object-Document Mapper for working with MongoDB.

fastapi 0.110.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

piccolo 1.4.2

A fast, user friendly ORM and query builder which supports asyncio.

opyrator 0.0.12

Turn python functions into microservices with auto-generated HTTP API, interactive UI, and more.

djongo 1.3.6

Driver for allowing Django to use MongoDB as the database backend.

ormar 0.20.0

An async ORM with fastapi in mind and pydantic validation.