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
4 changes: 2 additions & 2 deletions docs/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ databow --driver postgresql --uri postgresql://postgres:password@localhost:5432/

## Databricks

Install the PostgreSQL driver with dbc:
Install the Databricks driver with dbc:

```sh
dbc install databricks
Expand Down Expand Up @@ -370,7 +370,7 @@ dbc install trino
Connect to Trino:

```sh
databow --driver postgresql --uri http://user@localhost:8080?catalog=tcph&schema=tiny
databow --driver trino --uri 'https://user@localhost?catalog=tcph&schema=tiny'
```

## Vitess
Expand Down
Loading