1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-12 23:37:29 +02:00

chore: add installation

This commit is contained in:
Vladimir Mihailenco 2022-03-22 12:07:50 +02:00
parent ec38b956eb
commit 41dc380f65

View File

@ -51,6 +51,12 @@ Resources:
| [This library](example/benchmark/write-native-columnar/main.go) | 475ms |
| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/blob/v2/benchmark/v2/write-native-columnar/main.go) | 881ms |
## Installation
```shell
go get github.com/uptrace/go-clickhouse@latest
```
## Example
A [basic](example/basic) example: