Skip to content

Commit

Permalink
Updated README.md to use DuckDB 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Jun 15, 2023
1 parent 7c43da1 commit 8898128
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ docker run --name flight-sql \
The above command will automatically mount a very small TPC-H DuckDB database file.

### Optional - open a different database file
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.8.0).
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.8.1).

Prerequisite: DuckDB CLI
Install DuckDB CLI version [0.8.0](https://github.com/duckdb/duckdb/releases/tag/v0.8.0) - and make sure the executable is on your PATH.
Install DuckDB CLI version [0.8.1](https://github.com/duckdb/duckdb/releases/tag/v0.8.1) - and make sure the executable is on your PATH.

Platform Downloads:
[Linux x86-64](https://github.com/duckdb/duckdb/releases/download/v0.8.0/duckdb_cli-linux-amd64.zip)
[Linux arm64 (aarch64)](https://github.com/duckdb/duckdb/releases/download/v0.8.0/duckdb_cli-linux-aarch64.zip)
[MacOS Universal](https://github.com/duckdb/duckdb/releases/download/v0.8.0/duckdb_cli-osx-universal.zip)
[Linux x86-64](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-linux-amd64.zip)
[Linux arm64 (aarch64)](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-linux-aarch64.zip)
[MacOS Universal](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-osx-universal.zip)

In this example, we'll generate a new TPC-H Scale Factor 1 (1GB) database file, and then run the docker image to mount it:

Expand Down

0 comments on commit 8898128

Please sign in to comment.