/asdf-usql

usql plugin for the asdf version manager.

Primary LanguageShellBSD Zero Clause License0BSD

asdf-usql CI Lint

usql plugin for the asdf version manager.

ARCHIVAL NOTICE

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.

Contents

Plugin Dependencies

  • curl - for usql downloads from upstream releases
  • icu4c - only on macOS, can be installed via brew

Install

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.

License

See LICENSE