#clickhouse #connection-pool #client #built #asynchronous

clickhouse-pool

a crate to create a pool of clickhouse connections

1 unstable release

0.0.1 Sep 26, 2024

#42 in #clickhouse

34 downloads per month

Custom license

11KB
171 lines

clickhouse-rs

An efficient, asynchronous connection pool for ClickHouse, built upon the official ClickHouse Rust client.

Crates.io Documentation License

Usage

To use the crate, add this to your Cargo.toml:

[dependencies]
clickhouse = "0.12.2"
clickhouse-pool = "0.0.1"

Dependencies

~8–17MB
~217K SLoC