Re: [google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread Jason Lee
Thank you, That code snippet you gave did not work, but I will wait for a GoLang example. On Thursday, 22 June 2017 14:01:40 UTC-7, joshuamo wrote: > > The tutorial you linked was for the App Engine standard environment, which > is why it isn't working in the Flexible environment. I would lo

Re: [google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread 'Josh Moore' via Google App Engine
The tutorial you linked was for the App Engine standard environment, which is why it isn't working in the Flexible environment. I would look over the App Engine Flexible golang docs for Using CloudSQL , and the App Engine Flexibl

Re: [google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread Jason Lee
I *am *using App Engine flexible environment. Does this mean there's no way for me to connect to Google Cloud SQL from App Engine once deployed? On Thursday, 22 June 2017 13:03:22 UTC-7, joshuamo wrote: > > If you take a look at the CloudSQL Postgres documentation >

Re: [google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread 'Josh Moore' via Google App Engine
If you take a look at the CloudSQL Postgres documentation , you'll see that App Engine standard is not yet supported. Postgres on CloudSQL is currently a beta product and isn't available for all environments at this time. You can, how

[google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread Jason Lee
Tutorial link I am following is: https://cloud.google.com/appengine/docs/standard/go/cloud-sql/#setting-up On Thursday, 22 June 2017 12:25:56 UTC-7, Jason Lee wrote: > > I am trying to follow the tutorial at: > > And I am having the hardest time making my Google App Engine (GoLang) > connect t