You can access the local datastore via the web interface when the
app is running.

If the app is running at http://local:8080,
point browser to http://local:8080/_ah/admin/datastore


You will see all your data there... and can edit/delete/clear them.

The datastore is saved locally as a .bin file in the app-engine-
generated
folder.... clearing that file also works.... ( though that is crude
way to clear local db)

On Dec 15, 6:09 am, noelo <noelo1...@gmail.com> wrote:
> How can I delete the datas which generated when I test my temp
> application in the local environment(Eclipse + GAE plugin). Cause  I
> had to change some properties of the model,and I met some error of
> data type unmatch,how can I delete the former local data which was
> different from the new data class?
>
> The class had changed,how can I find the data from the old class and
> drop them of?

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to