Skip to content

Commit

Permalink
docs: add clickhouse-go-rows-utils to third-party libraries (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicStep authored Oct 3, 2024
1 parent b616168 commit 90581f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ go get -u github.com/ClickHouse/clickhouse-go/v2
* [bind params](examples/std/bind.go) (deprecated in favour of native query parameters)
* [client info](examples/std/client_info.go)

## Third-party libraries

* [clickhouse-go-rows-utils](https://github.com/EpicStep/clickhouse-go-rows-utils) - utilities that simplify working with rows.

## ClickHouse alternatives - ch-go

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.
Expand Down

0 comments on commit 90581f5

Please sign in to comment.