--- title: clickhouse package description: > The `clickhouse` package provides functions to query [ClickHouse](https://clickhouse.com/) using the ClickHouse HTTP API. menu: flux_v0_ref: name: clickhouse parent: contrib/qxip identifier: contrib/qxip/clickhouse weight: 31 cascade: introduced: 0.192.0 --- The `clickhouse` package provides functions to query [ClickHouse](https://clickhouse.com/) using the ClickHouse HTTP API. Import the `contrib/qxip/clickhouse` package: ```js import "contrib/qxip/clickhouse" ``` ## Options ```js option clickhouse.defaultURL = "http://127.0.0.1:8123" ``` ### defaultURL `defaultURL` is the default ClickHouse HTTP API URL. ## Functions {{< children type="functions" show="pages" >}}