I'm primarily working with Postgres databases hosted on Google Cloud with IAM auth and private IPs. This means I cannot reach the database without having the cloud_sql_proxy program running.
@carlpett I agree, it would be nice to have that. Though, while waiting for that, I have just made https://github.com/WojciechRydel/gcp-sql-proxy which allows you to run the proxy as systemd service in the background. Even for several at once. Would love to hear your thoughts!
carlpett commentedAug 3, 2022
Description
I'm primarily working with Postgres databases hosted on Google Cloud with IAM auth and private IPs. This means I cannot reach the database without having the
cloud_sql_proxyprogram running.Would it be in scope for pgcli to integrate Google's library?
The text was updated successfully, but these errors were encountered: