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

lroolle/clickhouse-client-pool

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