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…