[ 源代码: ormar ]
软件包:python3-ormar(0.22.0-1)
async ORM with fastapi in mind and pydantic validation
An async mini ORM for Python, with support for Postgres, MySQL, and SQLite.
The main benefits of using ormar are:
* 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 models (sqlalchemy, peewee, gino etc.)
The goal was to create a simple ORM that can be used directly (as request and response models) with fastapi that bases it's data validation on pydantic.
其他与 python3-ormar 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting
-
- dep: python3-sqlalchemy (<< 3.0.0)
- SQL toolkit and Object Relational Mapper for Python 3
- dep: python3-sqlalchemy (>= 2.0.40)
