problems with psycopg2 on google apps engine

本秂侑毒 提交于 2019-12-02 11:50:59

Update: It seems that Google App Engine now supports PostgreSQL: https://cloud.google.com/sql/docs/postgres/connect-app-engine


Google AppEngine does not support PostgreSQL. You cannot manage it to work.

The native GAE datastore is not relational. Currently Pony ORM supports only relational databases, but in the future we can add support of NoSQL databases as well.

GAE allows you to use MySQL in form of Google Cloud SQL. We can add support of Google Cloud SQL in Pony ORM, but not right now, because currently we have more urgent tasks such as migration support. You can open new issue if support of Google Cloud SQL is important to you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!