Registry / database / clickhouse-cpp

clickhouse-cpp

JSON →
library2.6.1vcpkgunverified

C++ client for Yandex ClickHouse database.

vcpkg install clickhouse-cpp
INSTALL
IMPORT
SIG · CLICKHOUSE-CPP
C
clickhouse-cpp
databasecppv2.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

clickhouse/client.h
✓ #include <clickhouse/client.h>

Execute a simple query on ClickHouse

#include <clickhouse/client.h> #include <iostream> int main() { clickhouse::Client client(clickhouse::ClientOptions().SetHost("localhost")); client.Execute("SELECT 1"); std::cout << "Query executed\n"; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

clickhouse-cpp — pip install clickhouse-cpp · libregistry