#duck-db #install #latest-version

app duckup

A tool for downloading new versions of duckdb

2 unstable releases

new 0.2.1 May 12, 2024
0.1.0 Apr 27, 2024

#790 in Command line utilities

Download history 172/week @ 2024-04-22 30/week @ 2024-04-29

202 downloads per month

Custom license

19KB
277 lines

Duckup

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.

Goals

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.

Use

  1. Have the rust toolchain installed
  2. Run cargo install duckup
  3. Run duckup for help message
  4. Run duckup 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.

Dependencies

~12–26MB
~412K SLoC