Contents

ormar 0.22.0

0

An async ORM with fastapi in mind and pydantic validation.

An async ORM with fastapi in mind and pydantic validation.

Stars: 1798, Watchers: 1798, Forks: 96, Open Issues: 78

The collerek/ormar repo was created 5 years ago and the last code push was 2 hours ago.
The project is very popular with an impressive 1798 github stars!

How to Install ormar

You can install ormar using pip

pip install ormar

or add it to a project with poetry

poetry add ormar

Package Details

Author
Radosław Drążkiewicz
License
MIT
Homepage
https://github.com/collerek/ormar
PyPi:
https://pypi.org/project/ormar/
Documentation:
https://collerek.github.io/ormar/
GitHub Repo:
https://github.com/collerek/ormar

Classifiers

  • Internet/WWW/HTTP
No  ormar  pypi packages just yet.

Errors

A list of common ormar errors.

Code Examples

Here are some ormar code examples and snippets.

GitHub Issues

The ormar package has 78 open issues on GitHub

  • feat add overloads for field types to improve type safety
  • Saving doesn't work when pk is UUID?
  • build(deps-dev): bump faker from 35.2.2 to 37.12.0
  • build(deps-dev): bump pytest-asyncio from 0.23.8 to 1.2.0
  • build(deps-dev): bump pre-commit from 3.5.0 to 4.3.0
  • build(deps-dev): bump watchdog from 4.0.2 to 6.0.0
  • build(deps): bump actions/checkout from 5 to 6
  • dependency on retired package, databases
  • Model field types and pyright

See more issues on GitHub

Related Packages & Articles

piccolo 1.32.0

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

fastapi 0.129.0

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