Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 301 Bytes

ClickHouse C++ client

Build Status

OVERVIEW

C++ client for Yandex ClickHouse

BUILDING

$ mkdir build .
$ cd build
$ cmake ..
$ make