Skip to content

Commit

Permalink
[docs] update deps for vdsql
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Jul 8, 2023
1 parent 34d9002 commit c914e74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions visidata/apps/vdsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Powered by [Ibis](https://ibis-project.org).
- query data in VisiData from any supported backend
- output resulting query in SQL, Substrait, or Python

## Requirements
## Minimum Requirements

- Python 3.8
- VisiData 2.10.2
- Ibis 3.2
- Python 3.9
- VisiData develop
- Ibis 6.0

### Confirmed supported backends

Expand Down Expand Up @@ -63,7 +63,7 @@ To minimize dependencies, only the sqlite backend is included by default.
vdsql mysql://...
vdsql postgres://...
vdsql foo.duckdb # or .ddb
vdsql clickhouse://explorer@play.clickhouse.com:9440/?secure=1
vdsql clickhouse://play:clickhouse@play.clickhouse.com/?secure=1
vdsql bigquery:///bigquery-public-data

vdsql <file_or_url>
Expand Down

0 comments on commit c914e74

Please sign in to comment.