I'm not sure this is just a bug with the way it's packaged in docker.
You should also be able to start it as a PostgreSQL server with:
elliotc@elliotc-C02FM0L1MD6R vsql % docker run -it vsql:$VERSION server mydb.vsql
GC Warning: getcontext failed: using another register retrieval method...
vsql v0.27.2 2023-03-03
ready on 127.0.0.1:3210
As part of CI. In the mean time here is a way to build it:
Interact with a file:
Unfortunaly, it looks like the
vsql>
prompt is misaligned with the input, so it does work but the formatting is all messed up:I'm not sure this is just a bug with the way it's packaged in docker.
You should also be able to start it as a PostgreSQL server with:
Although, I didn't try connecting to it.