Hi Tom, This sounds excellent - just so I am nor misreading, this no longer requires the Google API, so could this be used on AppScale for example?
Ant On Tuesday, 4 August 2015 22:30:55 UTC+1, Tom Walder wrote: > > https://github.com/tomwalder/php-gds > > Enjoy! > > New features in 2.0 include > > - *Faster* - use of Google Protocol Buffer allows faster, low-level > access to Datastore > - *Easier to use* - sensible defaults and auto-detection for AppEngine > environments > - *Less dependencies* - no need for the Google PHP API Client, unless > running remote or from non-AppEngine environments > - *Local development* - Using the Protocol Buffers allows us to access > the development server Datastore > - *Local GQL support* - By default, the local development server does > not support GQL. I've included a basic GQL parser that makes this work. > - *Data Migrations* - leverage multiple Gateways to ship data between > local and live Datastore > - *Contention Exceptions* - standardised Exception for handling > Datastore transaction contention` > - *Unit tests* > - Optional drop-in JSON API Gateway for remote or non-AppEngine > environments (this was the only Gateway in 1.x) > > -- 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/34ae4d07-9e5a-499b-8f0f-439e54dac3fd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
