[ bookworm ]
[ sid ]
[ 原始碼: ormar ]
套件:python3-ormar(0.12.2-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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-databases
- async database support for Python's asyncio
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3-supported-min (>= 3.8)
- 套件暫時不可用
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting
-
- dep: python3-sqlalchemy (>= 1.3.18)
- SQL toolkit and Object Relational Mapper for Python 3
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- 或者 python3-supported-min (>= 3.8)
- 套件暫時不可用