英文:
AppEngine: go runtime limitations
问题
App Engine Go运行时相对于Java或Python运行时有哪些限制?缺少的API?运行时限制?
英文:
I'm an avid GAE/J user, now trying to create my first GAE/go project.
What are the limitations of the AppEngine Go runtime compared to Java or Python runtimes? Missing APIs? Runtime limitations?
答案1
得分: 5
https://developers.google.com/appengine/features/介绍了哪些功能由哪些运行时实现。
英文:
https://developers.google.com/appengine/features/ covers what features are implemented by which runtimes.
答案2
得分: 0
我目前能找到的信息是:
英文:
What I was able to find out so far is:
- DB Query: missing composite filters (
AND
andOR
). - DB Query: missing "member of" filter operator (
IN
). - No App Identity API Edit: this seems to exist, but is not listed under services
- No Prospective Search
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论