Cloud SQL
Find your Cloud SQL connection URL.
Last updated
Find your Cloud SQL connection URL.
Last updated
Write down the Database Name you want to use, here let's take "my_tutorial_database"
In Cloud SQL the port is always 5432, The connection string will then be of the form: postgres://[USER]:[PASSWORD]@[PUBLIC_IP_ADDRESS] :5432/[DATABASE_NAME] In our example: postgres://fake_user:********@74.75.177.158:5432/my_tutorial_database- you can now paste into Stacksync