Apologies, forgot one important item: 6. The datastore uses a restful interface. A put always puts the entity, regardless of whether it already exists or not. If you use a deterministic key the behavior you seek will just happen. It will create an entity if none exists, or update the existing one if it does.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/bff8ff78-e87d-4c47-ade9-9f83249c5777%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
