From 8898128bddcb1da70f9abc592c1790216dd8b95e Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Thu, 15 Jun 2023 16:10:33 -0400 Subject: [PATCH] Updated README.md to use DuckDB 0.8.1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5dc017f..304a0c2 100644 --- a/README.md +++ b/README.md @@ -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: