ormar 0.20.1
0
An async ORM with fastapi in mind and pydantic validation.
Contents
An async ORM with fastapi in mind and pydantic validation.
Stars: 1662, Watchers: 1662, Forks: 88, Open Issues: 100The collerek/ormar
repo was created 4 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1662 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
Related Packages
Errors
A list of common ormar errors.
Code Examples
Here are some ormar
code examples and snippets.
GitHub Issues
The ormar package has 100 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