Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

lroolle/clickhouse-client-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Eric Wang
Mar 28, 2021
608a9a0 · Mar 28, 2021

History

2 Commits
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021
Mar 28, 2021

Repository files navigation

clickhouse-client-pool

Intro

A Naive Thread Safe clickhouse-client-pool based on clickhouse_driver.

Installation

clickhouse-client-pool is distributed on PyPI as a universal wheel and is available on Linux/macOS and Windows and supports Python 2.7/3.6+.

$ pip install clickhouse-client-pool
from clickhouse_client_pool import Client


client = Client('127.0.0.1', 9000, max_connections=10)
client.execute("select 1")

Installation

License

clickhouse-client-pool is distributed under the terms of

at your option.

About

Naive Python Thread Safe ClickHouse Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages