Re: [google-appengine] What is datastore_v3?

2010-08-18 Thread Nick Johnson (Google)
Hi, datastore_v3 is the name of the backend service that processes requests to the App Engine datastore. It's not explicitly documented, as it's an implementation detail. -Nick Johnson On Tue, Aug 17, 2010 at 12:30 PM, IvyTang ivytang0...@gmail.com wrote: now i'm studying the data transfer

[google-appengine] What is datastore_v3?

2010-08-17 Thread IvyTang
now i'm studying the data transfer in the source code. In the demo guestbook , the request from the user goes: google.appengine.ext.db.Model.get()--- google.appengine.api.datastore.get()--- google.appengine.datastore.datastore_pb.getResponse()---