Skip to content

Commit 90581f5

Browse files
authored
docs: add clickhouse-go-rows-utils to third-party libraries (#1413)
1 parent b616168 commit 90581f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ go get -u github.com/ClickHouse/clickhouse-go/v2
327327
* [bind params](examples/std/bind.go) (deprecated in favour of native query parameters)
328328
* [client info](examples/std/client_info.go)
329329

330+
## Third-party libraries
331+
332+
* [clickhouse-go-rows-utils](https://github.com/EpicStep/clickhouse-go-rows-utils) - utilities that simplify working with rows.
333+
330334
## ClickHouse alternatives - ch-go
331335

332336
Versions of this client >=2.3.x utilise [ch-go](https://github.com/ClickHouse/ch-go) for their low level encoding/decoding. This low lever client provides a high performance columnar interface and should be used in performance critical use cases. This client provides more familar row orientated and `database/sql` semantics at the cost of some performance.

0 commit comments

Comments
 (0)