[ 源代码: python-databases ]
软件包:python3-databases(0.7.0-1)
python3-databases 的相关链接
Debian 的资源:
下载源码包 python-databases:
- [python-databases_0.7.0-1.dsc]
- [python-databases_0.7.0.orig.tar.gz]
- [python-databases_0.7.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 (<< 1.5)
- SQL toolkit and Object Relational Mapper for Python 3
- dep: python3-sqlalchemy (>= 1.4.42)
-
- sug: python3-aiomysql
- library for accessing a MySQL using asyncio (Python 3)
-
- 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
- Wrapper around optparse for command line utilities - Python 3.x
-
- sug: python3-psycopg2
- Python 3 module for PostgreSQL
-
- sug: python3-pymysql
- Pure-Python MySQL Driver - Python 3.x