Contents

ormar 0.20.0

0

An async ORM with fastapi in mind and pydantic validation.

An async ORM with fastapi in mind and pydantic validation.

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

The collerek/ormar repo was created 3 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1587 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 96 open issues on GitHub

  • Json filter support and get multi objects.
  • Bump databases from 0.5.4 to 0.5.5
  • Bump sqlalchemy from 1.4.29 to 1.4.31
  • Bump fastapi from 0.70.1 to 0.73.0
  • Bump mkdocs-material from 8.1.6 to 8.1.8
  • 'str' object has no attribute 'toordinal'
  • Generated table alias is not being used correctly in the rest of the query
  • add onupdate option in field simply
  • JSON field isnull filter
  • Bump mypy from 0.910 to 0.931
  • Add @property_field to the openapi schema generated by FastAPI
  • ForeignKey reverse relations do not take into account configured schema (postgres).
  • Add support for generated columns

See more issues on GitHub

Related Packages & Articles

piccolo 1.5.0

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

fastapi 0.111.0

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