12 ms·
[I am a Googler and my team works on part of this] You can connect to postgres from app engine standard... as long as its Java. See this doc https://cloud.goog
by litewulf 8y ago
[I am a Googler and my team works on part of this]
You can connect to postgres from app engine standard... as long as its Java. See this doc https://cloud.google.com/appengine/docs/standard/java/cloud-sql/using-cloud-sql-postgres https://cloud.google.com/appengine/docs/standard/java/cloud-...
And no, appengine standard is not a second class citizen. Hand-wave-ily, the connectivity path that flex uses works for postgres with minimal changes, but unfortunately some additional work is required to get appengine standard for other languages working for postgres. :(
- kirubakaran 8y agoThanks. Could you please explain in a little bit more detail how it works for Java GAE Standard and not Python?
- optimusclimb 8y agoThanks for that, but...not using Java.