Skip to content

Commit a7fe95f

Browse files
authored
docs: add chdb to drivers (#135)
1 parent 6e3cf84 commit a7fe95f

6 files changed

Lines changed: 39 additions & 1 deletion

File tree

_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

drivers/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ trino/index.md
4343

4444
The 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>
5860
DuckDB <https://duckdb.org/docs/stable/clients/adbc>
5961
Flight SQL <https://arrow.apache.org/adbc/current/driver/flight_sql.html>
6062
PostgreSQL <https://arrow.apache.org/adbc/current/driver/postgresql.html>

index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)