We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e58803 commit c20ab32Copy full SHA for c20ab32
README.md
@@ -7,6 +7,7 @@ Golang SQL database driver for [Yandex ClickHouse](https://clickhouse.yandex/)
7
* Uses native ClickHouse tcp client-server protocol
8
* Compatibility with `database/sql`
9
* Round Robin load-balancing
10
+* Bulk write support : `begin->prepare->(in loop exec)->commit`
11
12
## DSN
13
0 commit comments