Add docs for clickhouse-c language client#6353
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 218a4ba. Configure here.
218a4ba to
e592319
Compare
Blargian
approved these changes
Jun 7, 2026
Blargian
left a comment
Member
There was a problem hiding this comment.
LGTM, left a few very minor suggestions.
I didn't test the code samples, assume you have done so already - give a shout if you need me to.
e592319 to
523f2e9
Compare
9311a17 to
cba8300
Compare
cba8300 to
1d3cd22
Compare
|
Docs PR opened: ClickHouse/mintlify-docs-dev#163 Added a new C language client page under integrations/language-clients and linked it in the navigation after C++. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Document https://github.com/ClickHouse/clickhouse-c
Checklist
Note
Low Risk
Documentation-only changes with no runtime or build logic affected.
Overview
Adds official documentation for the clickhouse-c header-only native-protocol client and wires it into the docs site navigation.
A new reference page at
/integrations/ccovers vendoring withCHC_IMPLEMENTATION, TCP/TLS I/O backends, query and INSERT flows, Native column layouts, compression, the ioless async client, errors, and supported types (including required settings such asoutput_format_native_encode_types_in_binary_format). The Language clients landing table andsidebars.jsnow list C alongside the other first-party clients.Reviewed by Cursor Bugbot for commit 1d3cd22. Bugbot is set up for automated code reviews on this repo. Configure here.