1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-08 23:26:11 +02:00
Vladimir Mihailenco 2e355e0eb0 chore: fix build
2022-05-18 16:31:39 +03:00
..
2022-05-18 16:31:39 +03:00
2022-05-18 16:31:39 +03:00
2022-03-21 08:58:25 +02:00
2022-03-21 08:58:25 +02:00

Basic example

To run this example, you need a ClickHouse database:

clickhouse-client -q "CREATE DATABASE test"

Then run:

go run .