数据库:对Python的异步数据库支持。 :file_cabinet: 源码
资料库 数据库为您提供了对一系列数据库的简单异步支持。 它使您可以使用功能强大的表达式语言进行查询,并提供对PostgreSQL,MySQL和SQLite的支持。 数据库适合于与任何异步Web框架集成,例如 , , , , , 或 。 文档: : 社区: : 要求:Python 3.6+ 安装 $ pip install databases 您可以使用以下方法安装所需的数据库驱动程序: $ pip install databases[postgresql] $ pip install databases[mysql] $ pip install database
文件列表
databases-master.zip
(预估有个36文件)
databases-master
setup.py
2KB
.gitignore
101B
requirements.txt
470B
LICENSE.md
1KB
CHANGELOG.md
1009B
databases
interfaces.py
2KB
__init__.py
110B
py.typed
1B
暂无评论