content/flux/v0/stdlib/contrib/qxip/clickhouse/_index.md
The clickhouse package provides functions to query ClickHouse using the ClickHouse HTTP API.
Import the contrib/qxip/clickhouse package:
import "contrib/qxip/clickhouse"
option clickhouse.defaultURL = "http://127.0.0.1:8123"
defaultURL is the default ClickHouse HTTP API URL.
{{< children type="functions" show="pages" >}}