Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
/ asdf-usql Public archive

usql plugin for the asdf version manager.

License

Notifications You must be signed in to change notification settings

itspngu/asdf-usql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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