USQL

XO GitHub: usql

Step 1: Install usql

📝 To maximize the number of database services we can interact with, we need to install usql with the “most” available, stable drivers.

go install -tags most github.com/xo/usql@latest

📝 The usql binary will be available in GOPATH->$HOME/go/bin.

Step 2: Create symlink for usql on $PATH

sudo ln -s $HOME/go/bin/usql /usr/local/bin/usql

📝 sudo permissions required to create symlinks in /usr/local/bin.

Step 3: Verify usql installed drivers

usql -c '\drivers'
../