Hi Satheesh, In your post, you mentioned both Cloud SQL and the Cloud Datastore. Each service uses a slightly different method to store and index data, and your choice of which service to use depends on your use case. What exactly are you planning to do with your database?
On Tue, Apr 1, 2014 at 2:26 AM, Satheesh P'h'p <[email protected]> wrote: > I've decided to go billing. Before that I need to figure out how to do > things with appengine and cloud sql. I don't know how to Create Table, > Insert Data, Update and Delete them From application coding (PHP). > Cloud SQL is more-or-less a MySQL instance hosted on Google servers, so you can use any PHP/MySQL tutorial to learn how to create tables, manipulate data, etc. If you would prefer App Engine focused documentation, you can see the Cloud SQL/PHP docs at https://developers.google.com/appengine/docs/php/cloud-sql/ On Tue, Apr 1, 2014 at 2:26 AM, Satheesh P'h'p <[email protected]> wrote: > I'm trying to use 'cloud datastore' because it's free (i guess, I could > create tables ). > As a side note, I also need to point out that while Cloud Datastore has a free tier, there is a serving component that runs on App Engine so you may end up paying instance costs: https://developers.google.com/datastore/pricing ----------------- -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.
