Appengine datastore local path

If you need to say delete your local datastore files, here is how to find the path on osx.

find /private/var/folders/ -name datastore.db

Then just look for your app_id and figure out where the path is.

The datastore.db file turns out to be a sqlite3 file. Um… I suppose you can do your own sql operations from there…

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s