You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,10 @@ go get -u github.com/ClickHouse/clickhouse-go/v2
327
327
* [bind params](examples/std/bind.go) (deprecated in favour of native query parameters)
328
328
* [client info](examples/std/client_info.go)
329
329
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
+
330
334
## ClickHouse alternatives - ch-go
331
335
332
336
Versions of this client >=2.3.x utilise [ch-go](https://github.com/ClickHouse/ch-go) fortheir low level encoding/decoding. This low lever client provides a high performance columnar interface and should be usedin performance critical use cases. This client provides more familar row orientated and `database/sql` semantics at the cost of some performance.
0 commit comments