1.4 KiB
1.4 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clickhouse package | The `clickhouse` package provides functions to query [ClickHouse](https://clickhouse.com/) using the ClickHouse HTTP API. |
|
31 |
|
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
{{< children type="functions" show="pages" >}}