elliotchance / vsql

✌️ Single-file or PostgreSQL-server compatible transactional SQL database written in pure V.
https://vsql.readthedocs.io
MIT License
299 stars 20 forks source link

Adding Docker #151

Closed elliotchance closed 1 year ago

elliotchance commented 1 year ago

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