Server
vsql can be run as a server and any PostgreSQL-compatible driver can access it. This is ideal if you want to use a more familar or feature rich database client.
See the list of supported clients here.
Now run it with (if the file does not exist it will be created):
$ vsql server mydb.vsql
ready on 127.0.0.1:3210
vsql will ignore any authentication values (such as user, password, database,
etc). Simply connect using 127.0.0.1:3210
.
Binary releases can be downloaded from the Releases page (under Assets).
These binary releases do not require V to be installed. Or, you can compile from source with:
make bin/vsql # macOS and linux
make bin/vsql.exe # windows