Which DB Does Google AppEngine Eclipse Plugin Uses

ぐ巨炮叔叔 提交于 2019-12-22 18:19:53

问题


Which database does the Google AppEngine Eclipse plugin use? How do I view local_db.bin file which is in war/WEB-INF/appengine-generated. Is it SQLLite ?


回答1:


give gae-data-viewer a shot. That should let you view all of the data.




回答2:


The App Engine Java SDK uses its own in-memory representation, which it serializes to disk for persistence. An admin console data viewer/editor ought to be out in the next SDK release.




回答3:


As far as I understood local_db.bin uses internal format named "protocol buffers".



来源:https://stackoverflow.com/questions/1101683/which-db-does-google-appengine-eclipse-plugin-uses

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