Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Implement Cloud SQL for Postgres Support and Sample App #250

Merged
merged 6 commits into from
Nov 3, 2021

Conversation

dzou
Copy link
Contributor

@dzou dzou commented Nov 2, 2021

This introduces support for Cloud SQL libraries for Postgres and an additional sample application.

Fixes #240.

@dzou dzou mentioned this pull request Nov 2, 2021
@suztomo
Copy link
Contributor

suztomo commented Nov 3, 2021

@dzou
Copy link
Contributor Author

dzou commented Nov 3, 2021

https://cloud.google.com/sql/docs/postgres/create-instance exists.

Nice catch, fixed. Thanks.


2. Cloud SQL database setup:

1. Follow [these instructions](https://cloud.google.com/sql/docs/mysql/create-instance) to create a Cloud SQL instance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that was an older diff, should have been fixed in 49570ec.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, that comment was old comment. Sorry for confusion.

@dzou dzou merged commit 82335f0 into master Nov 3, 2021
@dzou dzou deleted the postgres-support branch November 3, 2021 16:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Postgresql Support
2 participants