# Basic example To run this example, you need a ClickHouse database: ```shell clickhouse-client -q "CREATE DATABASE test" ``` Then run: ```shell go run . ```