文件名称:asynch:具有本机(TCP)接口支持的asyncio ClickHouse Python驱动程序
文件大小:88KB
文件格式:ZIP
更新时间:2024-05-20 19:56:27
yandex native clickhouse driver asyncio
异步的 介绍 asynch是ASYNCIO ClickHouse的Python驱动器,具有天然(TCP)接口的支持,这再使用大多数的,并符合 。 安装 > pip install asynch 用法 连接到ClickHouse from asynch import connect async def connect_database (): conn = await connect ( host = "127.0.0.1" , port = 9000 , database = "default" , user = "default" , password = "" , ) 通过SQL创建表 async def create_table (): async with conn . cu
【文件预览】:
asynch-master
----.github()
--------workflows()
----poetry.lock(54KB)
----benchmark()
--------main.py(2KB)
--------__init__.py(0B)
----LICENSE(11KB)
----setup.cfg(67B)
----README.md(4KB)
----Makefile(943B)
----conftest.py(1KB)
----asynch()
--------proto()
--------pool.py(6KB)
--------errors.py(14KB)
--------__init__.py(88B)
--------connection.py(5KB)
--------cursors.py(8KB)
----tests()
--------test_pool.py(765B)
--------test_proto()
--------test_cursors.py(5KB)
--------__init__.py(0B)
--------test_connection.py(329B)
--------conftest.py(586B)
--------docker-compose.yml(96B)
--------test_exceptions.py(311B)
----.gitignore(2KB)
----pyproject.toml(891B)
----CHANGELOG.md(437B)