> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud PostgreSQL

> Google Cloud SQL for PostgreSQL is Google's fully managed PostgreSQL database service. Evidence syncs your Google Cloud PostgreSQL data automatically, keeping your reports up to date.

## Add New Connector

To add a Google Cloud PostgreSQL connector:

1. Select **Connectors** in the left sidebar and click "New Connector"
2. Select **Google Cloud PostgreSQL** from the list of connectors
3. Fill in the connection details below and click "Create Connector"
4. Select the schemas and tables you want to sync
5. Configure your sync schedule

## Connection Options

<ResponseField name="Host" type="text" required>
  The Google Cloud SQL PostgreSQL IP address or hostname
</ResponseField>

<ResponseField name="Port" type="number" required>
  The port number for your Google Cloud SQL PostgreSQL instance
</ResponseField>

<ResponseField name="User" type="text" required>
  The username for database authentication
</ResponseField>

<ResponseField name="Password" type="password" required>
  The password for database authentication
</ResponseField>

<ResponseField name="Database" type="text" required>
  The name of the database to connect to
</ResponseField>

<ResponseField name="Connection Type" type="select" required>
  How to connect to your database
</ResponseField>

<ResponseField name="Trust SSL/TLS Certificates" type="checkbox">
  Automatically trust the server's SSL/TLS certificates. Enable this for Google Cloud SQL databases that use Google's certificate authorities.
</ResponseField>

### SSH Tunnel Options

If using SSH Tunnel connection type:

<ResponseField name="SSH Host" type="text" required>
  The hostname of your SSH server (e.g., a bastion host in your VPC)
</ResponseField>

<ResponseField name="SSH Port" type="number" required>
  The port number for SSH connection
</ResponseField>

<ResponseField name="SSH User" type="text" required>
  The username for SSH authentication
</ResponseField>

## Additional Resources

* [Fivetran Google Cloud PostgreSQL Documentation](https://fivetran.com/docs/connectors/databases/postgresql/gcs-setup-guide)
