On Wed, Jun 25, 2014 at 1:22 PM, Nooby <[email protected]> wrote:
> I was wondering if there is any PHP documentation about writing to the > datastore? > > I don't want to use Cloud SQL because firstly it's not scalable > There's no native access to the datastore at this point, but you can use the datastore via the Cloud Datastore service: https://gae-php-tips.appspot.com/2013/12/23/getting-started-with-the-cloud-datastore-on-php-app-engine/ . Note that this is a paid service though. Also, Cloud SQL is quite scalable and very usable for applications large and small. You should reconsider using it. ----------------- -Vinny P Technology & Media Consultant 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.
