We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there plans to add support for connecting to the Postgres compatible AlloyDB in GCP?
The text was updated successfully, but these errors were encountered:
No concrete plans, no. Happy to take pull requests. What does a sample sql.OpenDB look like?
sql.OpenDB
Sorry, something went wrong.
In their go connector example shows something like this.
db, err := sql.Open( "alloydb", "host=projects/<PROJECT>/locations/<REGION>/clusters/<CLUSTER>/instances/<INSTANCE> user=myuser password=mypass dbname=mydb sslmode=disable", )
Happy to take a PR on this. I think you should be able to start with https://github.com/google/go-cloud/blob/master/postgres/gcppostgres/gcppostgres.go and modify it for the above.
No branches or pull requests
Are there plans to add support for connecting to the Postgres compatible AlloyDB in GCP?
The text was updated successfully, but these errors were encountered: