On Wed, Apr 9, 2014 at 2:48 AM, Trung Pham <[email protected]> wrote:
> Do you know if I can access Google datastore using the appengine SDK > rather than the JSON api from the VM backend? This will certainly make > things much easier for me. > > Appengine SDK > https://developers.google.com/appengine/docs/go/datastore/reference Assuming you're using the Go runtime (since you linked to the Go documentation): the answer is yes. There's a recent post on *google-appengine-go* announcing the availability of Managed VMs for Go: https://groups.google.com/forum/#!topic/google-appengine-go/nFpBkdoNHWw . You can use the standard App Engine services (datastore, task queues, etc) from managed VMs. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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. For more options, visit https://groups.google.com/d/optout.
