clickhouse-pool

Crates.ioclickhouse-pool
lib.rsclickhouse-pool
version0.0.1
sourcesrc
created_at2024-09-26 19:57:29.641742
updated_at2024-09-26 19:57:29.641742
descriptiona crate to create a pool of clickhouse connections
homepage
repositoryhttps://github.com/acsandmann/clickhouse-pool
max_upload_size
id1387959
size33,685
(acsandmann)

documentation

README

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"
Commit count: 5

cargo fmt