Where is my local App Engine datastore?

前端 未结 10 2200
南旧
南旧 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:36

    I think a lot of the answers on this page are out of date. Under the current Python dev kit (1.8.6) on Windows 7 I eventually found the datastore at:

    c:\Users\[username]\AppData\Local\Temp\appengine.[appname]\datastore.db
    

    I couldn't find this info in anything dev_appserver.py printed out, either with normal startup options or with --help. On other OSes you might try searching for a file called datastore.db.

提交回复
热议问题