clickhouse package

The clickhouse package provides functions to query ClickHouse using the ClickHouse HTTP API. Import the contrib/qxip/clickhouse package:

import "contrib/qxip/clickhouse"

Options

option clickhouse.defaultURL = "http://127.0.0.1:8123"

defaultURL

defaultURL is the default ClickHouse HTTP API URL.

Functions


Was this page helpful?

Thank you for your feedback!