Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 914 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 914 Bytes

Install gsql-proxy

MacOS

brew install KeyValueSoftwareSystems/tools/gsql-proxy

Ubuntu

curl -s https://raw.githubusercontent.com/KeyValueSoftwareSystems/gsql-proxy/master/scripts/install.sh | bash

Usage

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

Prerequisites:

Install prerequisites in single click (WIP)

curl -s https://raw.githubusercontent.com/KeyValueSoftwareSystems/gsql-proxy/master/scripts/install_prerequisites.sh | bash