This tag is for questions about ormar async ORM, used standalone or with FastAPI.
Ormar is an async mini ORM for Python, with support for Postgres, MySQL, and SQLite. Main benefits:
- getting an async ORM that can be used with async frameworks (FastAPI, Starlette etc.)
- getting just one model to maintain (you don't have to maintain pydantic and other orm model like sqlalchemy, peewee, gino etc.)
- simple ORM than can be used directly (as request and response models) with FastAPI, that bases its data validation on pydantic.