Skip to content
Merged
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
20 changes: 20 additions & 0 deletions docs/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,26 @@ Connect to BigQuery:
databow --driver bigquery --option adbc.bigquery.sql.project_id=my-gcp-project --option adbc.bigquery.sql.dataset_id=bigquery-public-data
```

## chDB

Install the chDB driver with dbc:

```sh
dbc install chdb
```

Connect to chDB (in-memory):

```sh
databow --driver chdb
```

Connect to chDB (persistent):

```sh
databow --driver chdb --uri data.chdb
Comment thread
ianmcook marked this conversation as resolved.
```

## Citus

Install the PostgreSQL driver with dbc:
Expand Down
Loading