Stable deployment of duckdb nightly artifacts, to be reachable at a known location.
curl https://carlopi.github.io/duckdb-latest/install.sh | bash
Installs duckdb-latest
, the most recent duckdb binary generated by the awesome contributors of DuckDB.
carlo@duck my-folder % duckdb-latest
v0.8.2-dev2669 c6f10389c3
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D
curl
and unzip
are required to execute the script successfully.
Every script invocation will:
~/.duckdb/latest/bin/duckdb-latest
(overriding what was there)And whenever you want to grab a newer version, just invoke
duckdb-update
https://github.com/carlopi/duckdb-latest/blob/main/install.sh
If you want to improve it, PRs are open.
wget -q https://carlopi.github.io/duckdb-latest/duckdb_cli-osx-universal.zip
unzip duckdb_cli-osx-universal.zip
./duckdb -c "PRAGMA version;"
No interactions required with GitHub Web UI or figuring out gh CLI syntax, perfect for scripts.
This is a personal project not backed by DuckDB Labs.
No guarantees are offered.
Install.sh heavily inspired by installer available at https://bun.sh/.
DuckDB, your go-to speedy analytic database is made by DuckDB. Deploy latests packages @ duckdb/duckdb@ :duck: