File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ tr.row-with-cell-borders td:not([class]):not(:first-child):not(:last-child) {
161161}
162162
163163.md-sidebar--primary .md-nav__item : has (
164- > .md-nav__link [href ^= "https://duckdb.org /docs/stable/clients /adbc" ]
164+ > .md-nav__link [href ^= "https://clickhouse.com /docs/chdb/install /adbc" ]
165165) {
166166 border-top : 0.05rem solid var (--md-default-fg-color--lightest );
167167 margin-top : 0.55rem ;
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ trino/index.md
4343
4444The following drivers are also installable with [ dbc] ( https://docs.columnar.tech/dbc/ ) , but their documentation is hosted elsewhere:
4545
46+ - [ chDB] ( https://clickhouse.com/docs/chdb/install/adbc )
4647- [ DuckDB] ( https://duckdb.org/docs/stable/clients/adbc )
4748- [ Flight SQL] ( https://arrow.apache.org/adbc/current/driver/flight_sql.html )
4849- [ PostgreSQL] ( https://arrow.apache.org/adbc/current/driver/postgresql.html )
@@ -55,6 +56,7 @@ The following drivers are also installable with [dbc](https://docs.columnar.tech
5556:hidden:
5657:maxdepth: 1
5758
59+ chDB < https://clickhouse.com/docs/chdb/install/adbc >
5860DuckDB < https://duckdb.org/docs/stable/clients/adbc >
5961Flight SQL < https://arrow.apache.org/adbc/current/driver/flight_sql.html >
6062PostgreSQL < https://arrow.apache.org/adbc/current/driver/postgresql.html >
Original file line number Diff line number Diff line change @@ -274,6 +274,24 @@ Other drivers available on dbc from across the ADBC-verse:
274274:class-container: grid-no-padding grid-no-body
275275:gutter: 2
276276
277+ ::::{grid-item-card}
278+ :link : https://clickhouse.com/docs/chdb/install/adbc
279+ :class-body: sd-card-with-icon
280+ ** chDB**
281+ :::{image} _ static/driver_icons/color/light_mode/chdb.svg
282+ :class: only-light
283+ :width: 24px
284+ :align: center
285+ :alt:
286+ :::
287+ :::{image} _ static/driver_icons/color/dark_mode/chdb.svg
288+ :class: only-dark
289+ :width: 24px
290+ :align: center
291+ :alt:
292+ :::
293+ ::::
294+
277295::::{grid-item-card}
278296:link : https://duckdb.org/docs/stable/clients/adbc
279297:class-body: sd-card-with-icon
You can’t perform that action at this time.
0 commit comments