Skip to content

v0.27.3

Compare
Choose a tag to compare
@elliotchance elliotchance released this 04 Mar 07:13
· 39 commits to main since this release
Adding Docker (#151)

Releases will now push a docker image. This is a really easy way to get
up and running:

    docker run -it elliotchance/vsql:latest cli mydb.vsql

Fixes #150