1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-06 23:16:18 +02:00
2023-02-16 10:10:55 +02:00
..
2023-02-16 10:10:55 +02:00
2023-02-16 10:10:55 +02: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 .