Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/getting_started/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ First, run [`dbc search`](../reference/cli.md#search) to find the exact name of
```console
$ dbc search
bigquery An ADBC driver for Google BigQuery developed by the ADBC Driver Foundry
chdb An embedded ADBC driver powered by ClickHouse
clickhouse An ADBC driver for ClickHouse developed by ClickHouse, Inc.
databricks An ADBC Driver for Databricks developed by the ADBC Driver Foundry
datafusion An ADBC driver for Apache DataFusion developed by the ADBC Driver Foundry
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/finding_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ You can list the available drivers by running `dbc search`:
```console
$ dbc search
bigquery An ADBC driver for Google BigQuery developed by the ADBC Driver Foundry
chdb An embedded ADBC driver powered by ClickHouse
clickhouse An ADBC driver for ClickHouse developed by ClickHouse, Inc.
databricks An ADBC Driver for Databricks developed by the ADBC Driver Foundry
datafusion An ADBC driver for Apache DataFusion developed by the ADBC Driver Foundry
Expand Down Expand Up @@ -95,6 +96,12 @@ $ dbc search --verbose
├── 1.11.2
├── 1.12.0
╰── 1.12.1
• chdb
Title: chDB Driver
Description: An embedded ADBC driver powered by ClickHouse
License: Apache-2.0
Available Versions:
╰── 26.7.0
• clickhouse
Title: ClickHouse Driver
Description: An ADBC driver for ClickHouse developed by ClickHouse, Inc.
Expand Down
1 change: 1 addition & 0 deletions docs/guides/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To find out what [drivers](../concepts/driver.md) are available, use [`dbc searc
```console
$ dbc search
bigquery An ADBC driver for Google BigQuery developed by the ADBC Driver Foundry
chdb An embedded ADBC driver powered by ClickHouse
clickhouse An ADBC driver for ClickHouse developed by ClickHouse, Inc.
databricks An ADBC Driver for Databricks developed by the ADBC Driver Foundry
datafusion An ADBC driver for Apache DataFusion developed by the ADBC Driver Foundry
Expand Down
Loading