I successfully managed to connect a GAE standard application (Java 8) to Cloud SQL for PostgreSQL instance using the sample project that Ludovic provided [1]. Google App Engine using PostgreSQL is currently not supported on Go, but you can use Python or Java as an alternative. Article [2] describes how to connect Cloud SQL for PostgreSQL instance from an App Engine application using Python or Java. Please note that Connecting from App Engine to Cloud SQL for PostgreSQL is still a Beta release. We’ll update the doc[3] once the connections to PostgreSQL are supported for all GAE standard runtimes.
[1] https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java8/postgres [2] https://cloud.google.com/appengine/docs/flexible/python/using-cloud-sql-postgres [3] https://cloud.google.com/sql/docs/postgres/connect-app-engine On Wednesday, June 28, 2017 at 12:49:08 PM UTC-4, Thanasis Delenikas wrote: > > == thank you == > > > https://cloudplatform.googleblog.com/2017/06/Google-App-Engine-standard-now-supports-Java-8.html > > :) > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/537ae5b7-349f-4573-b67a-8472152b04ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
