We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e37f17 commit f2be693Copy full SHA for f2be693
1 file changed
docs/databases.md
@@ -157,6 +157,20 @@ Connect to DuckDB (persistent):
157
databow --driver duckdb --option path=data.db
158
```
159
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
171
+databow --driver flightsql --uri grpc+tcp://localhost:31337 --username gizmosql_user --password gizmosql_password
172
173
174
## GreptimeDB
175
176
Install the MySQL driver with dbc:
0 commit comments