python 2.7 - Where is the gae local datastore on a mac OSX 10.8.3 filesystem? -


i have tried suggestions these posts:

does know google app engine local datastore file located mac os x

where local app engine datastore?

google app engine local datastore path configuration

and still can not find local datastore.

i don't have sdk set clear datastore on startup plus can't find when appserver running. know file path google app engine's development server datastore file?

i running gae sdk 1.7.7.

got answer friend of mine. worked me , hope helps else out.

by default, it's [local datastore] stored in pretty random directory. current 1 looks /private/var/folders/81/abunchofcrap/t/..../datastore.db. luckily, it's called datastore.db. if yours structured same way mine is, can find using following command in terminal:

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

that should print out full path of file you're looking for, along bunch of "permission denied" messages. if doesn't yield anything, use command:

find / -name datastore.db 

that 1 might take while run (it looks in of directories have access to), it'll find if it's there. copy 1 of commands terminal, , should set. let me know if helps.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -