文件名称:sqlalchemy_aio:SQLAlchemy 的异步策略
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-20 03:50:10
python sqlalchemy async asyncio async-await
sqlalchemy_aio sqlalchemy_aio ASYNCIO并增加了支持SQLAlchemy的核心,源于 。 入门 import asyncio from sqlalchemy_aio import ASYNCIO_STRATEGY from sqlalchemy import ( Column , Integer , MetaData , Table , Text , create_engine , select ) from sqlalchemy . schema import CreateTable , DropTable async def main (): engine = create_engine ( # In-memory sqlite database cannot be accessed from different
【文件预览】:
sqlalchemy_aio-master
----.travis.yml(379B)
----README.rst(4KB)
----sqlalchemy_aio()
--------trio.py(3KB)
--------strategy.py(542B)
--------__init__.py(344B)
--------asyncio.py(3KB)
--------exc.py(733B)
--------base.py(21KB)
----pyproject.toml(310B)
----docs()
--------conf.py(10KB)
--------limitations.rst(376B)
--------ddl.rst(913B)
--------index.rst(4KB)
--------contributing.rst(328B)
--------api-reference.rst(607B)
----tests()
--------asyncio()
--------conftest.py(2KB)
--------__init__.py(0B)
--------trio()
----tox.ini(593B)
----LICENSE(1KB)
----.gitlab-ci.yml(213B)
----dev-requirements.txt(48B)
----setup.py(1KB)
----.gitignore(104B)
----CHANGELOG.md(3KB)
----tasks.py(630B)