问题
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