Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 957 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 957 Bytes

Cloud SQL Proxy (csqlp)

Command line tool to simplify using Google's Cloud SQL Proxy. It leverages Google Cloud SDK + Cloud SQL Proxy to fetch projects and instances from GCP and make starting a proxy as easy as you expect it to be.

render1612257166458

Usage

Before using csqlp, make sure you have:

This is important: both gcloud and cloud_sql_proxy must be globally available in your machine.

Then, to run it directly, use

npx csqlp

Or, to install it in your machine

npm install -g csqlp