Hacker News new | ask | show | jobs
by litewulf 2976 days 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. :(

2 comments

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