Thank you for the reply.

I'm not all that familiar with Java on GAE (I've been using Python mostly), 
so I can't tell if that project is for GAE Standard or Flex. However note 
the following observations:

- The documentation [1] says: "Note: Connection from an App Engine standard 
environment application to a PostgreSQL instance is not supported."
- Just theorizing (haven't tried it actually) with Java it could work since 
the JDBC driver is pure-java (AFAIK) and I could enable socket support on 
GAE standard (the project has to have billing enabled) I could connect to 
the Postgres CloudSQL instance like any other application over the internet
- The same would possibly work for go-lang (I don't know how the Postgres 
driver for Go works)
- With python the Postgres library has binary parts and can't be used on 
App Engine standard unless explicit support is added by Google (like there 
is for MySQL)

Attila

[1] https://cloud.google.com/sql/docs/postgres/connect-app-engine

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/e840a96f-cc04-4a8c-a34b-9fa1d6296799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to