google app engine - How to cleanup the development datastore? -


in google app engine go sdk can fill local datastore bunch of test data. it's tiring delete thousands of records 20 @ time using web interface. there command erases local datastore?

simply provide --clear_datastore command line parameter when starting:

goapp serve --clear-datastore 

documented at: the go development server: using datastore.

to clear local datastore application, use --clear_datastore=yes option when start web server:

note documentation "copied" python section, need use presented above (you error if try execute goapp serve --clear_datastore=yes).


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -