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
Feb 23, 2026 at 15:52
License
MIT
Total Downloads
51.5K
Version Downloads
55
Supported Platforms
Documentation
https://collerek.github.io/ormar/