How to browse local Java App Engine datastore?

后端 未结 7 1844
离开以前
离开以前 2020-12-07 08:37

It seems there is no equivalent of Python App Engine\'s _ah/admin for the Java implementation of Google App Engine.

Is there a manual way I can browse the datastore?

7条回答
  •  攒了一身酷
    2020-12-07 09:15

    Open the \war\WEB-INF\appengine-generated\local_db.bin file with a text editor, like Notepad++.

    The data is scrambled but at least you can read it and you can copy to extract it.

提交回复
热议问题