Installing & Updating

There are lots of ways to install vsql depending on how you want to use it.

Docker

Docker is the easiest way to get up and running (if you have Docker installed.). Pull the latest stable version with:

docker pull elliotchance/vsql:latest

See Docker for more information.

Prebuilt Binaries

This is the best way to use vsql on most platforms without any dependencies.

Prebuilt binaries for macOS, Windows and Linux are available on the GitHub Releases Page.

V Package Manager

This is the best method if you intend to build V applications using it as a library. See v-client-library.

v install elliotchance.vsql

Compiling From Source

This is the best choice if you want to modify vsql source or contribute to the project. See Contributing:

git clone https://github.com/elliotchance/vsql.git
cd vsql
make bin/vsql