ormar
A simple async ORM with fastapi in mind and pydantic validation.
A simple async ORM with fastapi in mind and pydantic validation.
To install this package, run one of the following:
The ormar package is an async mini ORM for Python, with support for Postgres, MySQL, and SQLite. The main benefit of using ormar includes the ability to get an async ORM that can be used with async frameworks (fastapi, starlette etc.). Using ormar would simplly workflow with just one model to maintain—you don't have to maintain pydantic and other orm model (sqlalchemy, peewee, gino etc.)
Summary
A simple async ORM with fastapi in mind and pydantic validation.
Last Updated
Jan 17, 2026 at 17:04
License
MIT
Total Downloads
50.5K
Supported Platforms
Documentation
https://collerek.github.io/ormar/