Skip to content

Commit

Permalink
Merge pull request #107 from agaurav/master
Browse files Browse the repository at this point in the history
Mention batch inserts as key feature in README
  • Loading branch information
kshvakov authored May 23, 2018
2 parents 5e58803 + c20ab32 commit aeedb7b
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 aeedb7b

Please sign in to comment.