Crates.io | clickhouse-pool |
lib.rs | clickhouse-pool |
version | 0.0.1 |
source | src |
created_at | 2024-09-26 19:57:29.641742 |
updated_at | 2024-09-26 19:57:29.641742 |
description | a crate to create a pool of clickhouse connections |
homepage | |
repository | https://github.com/acsandmann/clickhouse-pool |
max_upload_size | |
id | 1387959 |
size | 33,685 |
An efficient, asynchronous connection pool for ClickHouse, built upon the official ClickHouse Rust client.
To use the crate, add this to your Cargo.toml
:
[dependencies]
clickhouse = "0.12.2"
clickhouse-pool = "0.0.1"