I've written some API code using Datastore and the cloud.google.com/go/datastore library. As I started to look into deploying to Appengine, I realized there are some hurdles to having this code available in both Appengine and GCE. I see there is a separate library for in google.golang.org/appengine/datastore, with a different API.
I'd like to use the standard environment if possible. Is there a way to use cloud.google.com/go/datastore from the Appengine standard environment? Thanks, Alex For reference, the code is here: https://github.com/buchanae/funnel/tree/datastore-2/server/datastore -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c0569d4c-ec92-4584-9f05-1898edeb6435%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
