From 49fa6da1a506e6c7d4c188558935669d5d8e0341 Mon Sep 17 00:00:00 2001
From: David Li
Date: Wed, 11 Feb 2026 16:07:10 +0900
Subject: [PATCH 1/2] docs: clarify sourcing, status
---
src/docs/clickhouse.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/docs/clickhouse.md b/src/docs/clickhouse.md
index a2a922f..723e746 100644
--- a/src/docs/clickhouse.md
+++ b/src/docs/clickhouse.md
@@ -20,16 +20,22 @@
{{ heading|safe }}
-This driver provides access to [ClickHouse][clickhouse], an open-source data warehouse and analytical database.
+This driver provides access to [ClickHouse][clickhouse], an open-source data warehouse and analytical database. It is developed by ClickHouse, Inc. The source code can be found at [adbc_clickhouse](https://github.com/ClickHouse/adbc_clickhouse); the ADBC Driver Foundry distributes precompiled binaries of the upstream sources for Linux, macOS, and Windows.
+
+ClickHouse is a trademark of ClickHouse, Inc. https://clickhouse.com
## Installation
The ClickHouse driver can be installed with [dbc](https://docs.columnar.tech/dbc):
```bash
-dbc install clickhouse
+dbc install --pre clickhouse
```
+:::{note}
+Only prerelease versions of the driver are currently available, so you must use `--pre` with dbc 0.2.0 or newer to install the driver.
+:::
+
## Connecting
To use the driver, provide the URI of a ClickHouse database as the `uri` option.
From a4b151d914e63885d99a6ec8ad529123a9bd755b Mon Sep 17 00:00:00 2001
From: David Li
Date: Thu, 12 Feb 2026 14:44:49 +0900
Subject: [PATCH 2/2] Update src/docs/clickhouse.md
Co-authored-by: Ian Cook
---
src/docs/clickhouse.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/docs/clickhouse.md b/src/docs/clickhouse.md
index 723e746..2e4e326 100644
--- a/src/docs/clickhouse.md
+++ b/src/docs/clickhouse.md
@@ -20,7 +20,7 @@
{{ heading|safe }}
-This driver provides access to [ClickHouse][clickhouse], an open-source data warehouse and analytical database. It is developed by ClickHouse, Inc. The source code can be found at [adbc_clickhouse](https://github.com/ClickHouse/adbc_clickhouse); the ADBC Driver Foundry distributes precompiled binaries of the upstream sources for Linux, macOS, and Windows.
+This driver provides access to [ClickHouse][clickhouse], an open source data warehouse and analytical database. It is developed by ClickHouse, Inc. The source code can be found at [adbc_clickhouse](https://github.com/ClickHouse/adbc_clickhouse); the ADBC Driver Foundry distributes precompiled binaries of the upstream sources for Linux, macOS, and Windows.
ClickHouse is a trademark of ClickHouse, Inc. https://clickhouse.com