ormar icon indicating copy to clipboard operation
ormar copied to clipboard

python async orm with fastapi in mind and pydantic validation

Results 156 ormar issues
Sort by recently updated
recently updated
newest added

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.19.0 title: 'pytest-asyncio: pytest support for asyncio' pytest-asyncio is an Apache2 licensed library, written in Python, for...

dependencies
python

**Describe the solution you'd like** GROUP BY, HAVING and aggregation functions (such as count, avg, max and so on) support in queries. It could be very useful for making queries...

enhancement

**Describe the bug** model.save() is raising `NoMatch` when it tries to refresh a server_default that is a PK. I was able to fix this locally by just setting `self.pk =...

bug

https://fastapi-users.github.io/fastapi-users/10.1/migration/9x_to_10x/#tortoise-orm-and-ormar any idea to support fastapi-users?

enhancement

The autoincrement property of ormar fields does not get propagated to the SQLAlchemy column definition. As a result, the autoincrement property of the SQLAlchemy column defaults to `auto`, making it...

**Is your feature request related to a problem? Please describe.** I am using ormar with *alembic* to auto-generate migration scritps. I want to implement `updated_at` column and If try to...

enhancement

**Is your feature request related to a problem? Please describe.** As a package maintainer for FreeBSD I'd like to be able to run "make test" in the ormar port and...

enhancement