1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-08 23:26:11 +02:00

14 lines
162 B
Markdown
Raw Normal View History

2022-01-23 09:36:24 +02:00
# Basic example
To run this example, you need a ClickHouse database:
```shell
clickhouse-client -q "CREATE DATABASE test"
```
Then run:
```shell
go run .
```