Crates.io | duckup |
lib.rs | duckup |
version | 0.2.3 |
source | src |
created_at | 2024-04-27 20:42:46.724946 |
updated_at | 2024-08-01 16:54:27.333501 |
description | A tool for downloading new versions of duckdb |
homepage | |
repository | https://github.com/natemcintosh/duckup |
max_upload_size | |
id | 1222860 |
size | 65,281 |
Since duckdb CLI can't yet be installed via a linux package manager, this will install the latest version of the duckdb CLI on your computer. Default location is ~/.local/bin/
, but you can choose your own location with the --folder_path
option.
Use with caution, it will overwrite an existing binary.
It would be nice to eventually make this tool work like the wonderful rustup
and juliaup
tools. However, there is a very long way to go to reach that.
cargo install duckup
duckup
for help messageduckup update
to install the latest version of the duckdb CLI into ~/.local/bin
. Run duckup update --folder_path /path/to/desired/location/
to install to a location of your choice.