File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ docker run --name flight-sql \
34
34
The above command will automatically mount a very small TPC-H DuckDB database file.
35
35
36
36
### Optional - open a different database file
37
- 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 ).
37
+ When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.9.0 ).
38
38
39
39
Prerequisite: DuckDB CLI
40
- Install DuckDB CLI version [ 0.9.0] ( https://github.com/duckdb/duckdb/releases/tag/v0.8.1 ) - and make sure the executable is on your PATH.
40
+ Install DuckDB CLI version [ 0.9.0] ( https://github.com/duckdb/duckdb/releases/tag/v0.9.0 ) - and make sure the executable is on your PATH.
41
41
42
42
Platform Downloads:
43
43
[ Linux x86-64] ( https://github.com/duckdb/duckdb/releases/download/v0.9.0/duckdb_cli-linux-amd64.zip )
You can’t perform that action at this time.
0 commit comments