Re: [google-appengine] how to use a database

40 views
Skip to first unread message

Barry Hunter

unread,
Jul 7, 2012, 3:24:30 PM7/7/12
to google-a...@googlegroups.com
Well AppEngine comes with its own Database - the Datastore. The
datastore is proprietary to Google, and develope especially for
AppEngine. Its accessed by its own dedicated API - implemented by the
platform itself.
https://developers.google.com/appengine/docs/python/datastore/overview
https://developers.google.com/appengine/docs/java/datastore/overview
How exactly it works, doesn't matter - Google take care of that - you
just need to use the APIs.


Or apps can access Google Cloud SQL instances, which are mysql
databases, managed by Google. Again the platform provides APIs to
access them.
https://developers.google.com/cloud-sql/

Other than that an AppEngine could access any remotely hosted database
- provided there is a HTTP/S interface to it.

On Thu, Jul 5, 2012 at 2:28 PM, irfan pasha <irfan...@gmail.com> wrote:
> Hi,
>
> I have a doubt regarding connecting to a database for application that we
> going to deploy in google app engine. I am not able to understand how
> datastore works.
>
> One more question is how does an application that uses a database
> consider(SQL or PROGRS or ORACLE), if deployed in cloud which database does
> it connect.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/GHKdDp2jRIIJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
Reply all
Reply to author
Forward
0 new messages