top | item 16873545

(no title)

litewulf | 7 years 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-...

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. :(

discuss

order

kirubakaran|7 years ago

Thanks. Could you please explain in a little bit more detail how it works for Java GAE Standard and not Python?

optimusclimb|7 years ago

Thanks for that, but...not using Java.