Skip to content

Developer Information

Christian Hotz-Behofsits edited this page Nov 24, 2017 · 1 revision

Update Clickhouse-cpp dependencies

This library uses an existing C++ Client provided by an Yandex employee. The source is included as git submodule and can be updated by running the following command:

git subtree pull --prefix src/vendor/clickhouse-cpp/ https://github.com/artpaul/clickhouse-cpp.git master --squash
Clone this wiki locally