usql plugin for the asdf version manager.
I stopped using asdf-vm and archived this repository. If you're using this plugin, please consider forking the repository and having it added to the upstream plugin list at https://github.com/asdf-vm/asdf-plugins.
curl
- for usql downloads from upstream releasesicu4c
- only on macOS, can be installed viabrew
Plugin:
$ asdf plugin-add usql https://github.com/itspngu/asdf-usql
usql:
# Show all installable versions
$ asdf list-all usql
# Install specific version
$ asdf install usql latest
# Set a version globally (in your ~/.tool-versions file)
$ asdf global usql latest
# Run usql
$ usql --version
usql 0.9.5
Refer to the upstream usql repository for documentation and usage instructions.
Check the asdf readme for more instructions on how to install & manage versions.
See LICENSE