clickhouse-pool An efficient, asynchronous connection pool for ClickHouse, built upon the official ClickHouse Rust client. Usage To use the crate, add this to your Cargo.toml: [dependencies] clickhouse = "0.12.2" clickhouse-pool = "0.0.1"