Where is my local App Engine datastore?

前端 未结 10 2212
南旧
南旧 2020-12-16 01:02

How can I find where my local development datastore is located? I am using the Python SDK and Linux.

10条回答
  •  没有蜡笔的小新
    2020-12-16 01:34

    I use OS X Mavericks (10.9), Python 2.7.5, and Google App Engine SDK 1.9.3 (Python). None of the above worked for me, however, referencing @alsmola's answer, I executed sudo find / | grep datastore.db and found the file in /private/var/folders/vw/7w1zhkls4gb1wd8r160c36300000gn/T/appengine.YYYY.XXXXX/datastore.db (YYYY is the project name, XXXXX is my username).

提交回复
热议问题