{"id":51126,"library":"clickhouse-clickhouse-go","title":"ClickHouse Go Client","description":"A Go client library for connecting to and interacting with ClickHouse databases.","status":"active","version":"1.5.4","language":"go","source_language":null,"source_url":"https://github.com/ClickHouse/clickhouse-go","tags":["clickhouse","database","sql","analytics"],"install":[{"cmd":"go get github.com/ClickHouse/clickhouse-go","lang":"bash","label":"Install github.com/ClickHouse/clickhouse-go"}],"dependencies":[],"imports":[{"symbol":"clickhouse","correct":"github.com/ClickHouse/clickhouse-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ClickHouse/clickhouse-go\"\n)\n\nfunc main() {\n\tconn, err := clickhouse.OpenDirect(\"tcp://localhost:9000?debug=true\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected to ClickHouse\")\n}","lang":"go","description":"Opens a direct TCP connection to a ClickHouse server."},"warnings":[{"fix":"Use github.com/ClickHouse/clickhouse-go/v2 for better performance and features.","message":"This is the v1 client; the v2 client (github.com/ClickHouse/clickhouse-go/v2) is now recommended for new projects.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'analyt':19 'clickhous':1,14,16 'client':3,6 'connect':9 'databas':15,17 'go':2,5 'interact':12 'librari':7 'sql':18","created_at":"2026-06-15T06:00:53.491673+00:00","updated_at":"2026-06-15T06:00:53.491673+00:00","problems":[],"ecosystem":"go","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/ClickHouse/clickhouse-go","github":"https://github.com/ClickHouse/clickhouse-go","docs":"https://pkg.go.dev/github.com/ClickHouse/clickhouse-go#section-documentation","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-15","next_check":"2026-12-12","install_tag":null}}