mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-06-06 23:16:18 +02:00
162 B
162 B
Basic example
To run this example, you need a ClickHouse database:
clickhouse-client -q "CREATE DATABASE test"
Then run:
go run .