{"id":70567,"library":"clickhouse-rs","title":"ClickHouse RS","description":"Asynchronous Yandex ClickHouse client library for Rust.","status":"active","version":"0.1.21","language":"rust","source_language":null,"source_url":"https://github.com/suharev7/clickhouse-rs","tags":["clickhouse","database","async","client"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nclickhouse-rs = \"0.1.21\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add clickhouse-rs","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use clickhouse_rs::Client;"}],"quickstart":{"code":"use clickhouse_rs::Client;\n\n#[tokio::main]\nasync fn main() {\n    let client = Client::new(\"tcp://localhost:9000\").await.unwrap();\n    let block = client.query(\"SELECT 1\").fetch_all().await.unwrap();\n    println!(\"{:?}\", block);\n}","lang":"rust","description":"Connects to a local ClickHouse server and runs a simple query."},"warnings":[{"fix":"Ensure ClickHouse is installed and accessible at the specified address.","message":"Requires a running ClickHouse server; no embedded mode.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'async':12 'asynchron':3 'clickhous':1,5,10 'client':6,13 'databas':11 'librari':7 'rs':2 'rust':9 'yandex':4","created_at":"2026-06-17T18:16:25.462209+00:00","updated_at":"2026-06-17T18:16:25.462209+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/suharev7/clickhouse-rs","github":"https://github.com/suharev7/clickhouse-rs","docs":"https://docs.rs/clickhouse-rs/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}