[ 原始碼: python-databases ]
套件:python3-databases(0.9.0-1)
python3-databases 的相關連結
Debian 的資源:
下載原始碼套件 python-databases:
- [python-databases_0.9.0-1.dsc]
- [python-databases_0.9.0.orig.tar.gz]
- [python-databases_0.9.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
async database support for Python's asyncio
Databases gives you simple asyncio support for a range of databases.
It allows you to make queries using the powerful SQLAlchemy Core expression language, and provides support for PostgreSQL, MySQL and SQLite.
Databases is suitable for integrating against any async Web framework, such as Starlette, Sanic, Responder, Quart, aiohttp, Tornado, FastAPI or Bocadillo.
其他與 python3-databases 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-sqlalchemy (>= 2.0.7)
- SQL toolkit and Object Relational Mapper for Python 3
-
- sug: python3-aiomysql
- 套件暫時不可用
-
- sug: python3-aiosqlite
- sqlite library for Python 3 using asyncio
-
- sug: python3-asyncpg
- asyncio PosgtreSQL driver
- 或者 python3-aiopg
- PostgreSQL integration with asyncio
-
- sug: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- sug: python3-psycopg2
- Python 3 module for PostgreSQL
-
- sug: python3-pymysql
- Pure-Python MySQL Driver - Python 3.x