clickhouse-pool 0.0.1

a crate to create a pool of clickhouse connections
Documentation

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"