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 ?
A:
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.
Nick Johnson
2009-07-09 08:30:32
+1
A:
As far as I understood local_db.bin uses internal format named "protocol buffers".
Paul
2009-07-09 10:14:09
+1
A:
give gae-data-viewer a shot. That should let you view all of the data.
KevMo
2009-07-09 16:11:26