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: 1560, Watchers: 1560, Forks: 78, Open Issues: 90

The collerek/ormar repo was created 3 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 1560 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 90 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-code-generator 0.4.4

900 Stars :star: Stars: 900, Watchers: 900, Forks: 95, Open Issues: 50 The koxudaxi/fastapi-code-generator repo was created 3 years ago and the last code push was 3 weeks ago. The project is popular with 900 github stars! How to Install fastapi-code-generator You can install fastapi-code-generator using pip pip install fastapi-code-generator or add it to a project with poetry poetry add fastapi-code-generator Package Details Author Koudai Aono License MIT Homepage https://github.

fastapi 0.110.1

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