Skip to content

Commit

Permalink
highlight batch insert as key feature
Browse files Browse the repository at this point in the history
So someone like me don't get confused and ends up exploring `http` interface with [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk)
  • Loading branch information
agaurav authored May 19, 2018
1 parent 5e58803 commit c20ab32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Golang SQL database driver for [Yandex ClickHouse](https://clickhouse.yandex/)
* Uses native ClickHouse tcp client-server protocol
* Compatibility with `database/sql`
* Round Robin load-balancing
* Bulk write support : `begin->prepare->(in loop exec)->commit`

## DSN

Expand Down

0 comments on commit c20ab32

Please sign in to comment.