brew install KeyValueSoftwareSystems/tools/gsql-proxy
curl -s https://raw.githubusercontent.com/KeyValueSoftwareSystems/gsql-proxy/master/scripts/install.sh | bash
To connect a database instance
gsql-proxy connect --port=<port-number>
By default port=5432
and is optional
To disconnect instance
gsql-proxy disconnect
For all commands
gsql-proxy --help
curl -s https://raw.githubusercontent.com/KeyValueSoftwareSystems/gsql-proxy/master/scripts/install_prerequisites.sh | bash