Skip to content

Commit c20ab32

Browse files
authored
highlight batch insert as key feature
So someone like me don't get confused and ends up exploring `http` interface with [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk)
1 parent 5e58803 commit c20ab32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Golang SQL database driver for [Yandex ClickHouse](https://clickhouse.yandex/)
77
* Uses native ClickHouse tcp client-server protocol
88
* Compatibility with `database/sql`
99
* Round Robin load-balancing
10+
* Bulk write support : `begin->prepare->(in loop exec)->commit`
1011

1112
## DSN
1213

0 commit comments

Comments
 (0)