Skip to content

Commit f2be693

Browse files
authored
docs: Add GizmoSQL setup instructions to database documentation (#24)
1 parent 3e37f17 commit f2be693

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/databases.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@ Connect to DuckDB (persistent):
157157
databow --driver duckdb --option path=data.db
158158
```
159159

160+
## GizmoSQL
161+
162+
Install the Arrow Flight SQL driver with dbc:
163+
164+
```sh
165+
dbc install flightsql
166+
```
167+
168+
Connect to GizmoSQL:
169+
170+
```sh
171+
databow --driver flightsql --uri grpc+tcp://localhost:31337 --username gizmosql_user --password gizmosql_password
172+
```
173+
160174
## GreptimeDB
161175

162176
Install the MySQL driver with dbc:

0 commit comments

Comments
 (0)