App Engine itself persists data in the Google datastore only (ignoring
the temporary memcache and things like enqueued tasks and sending data
outside of App Engine for storage).

The same will apply to an App Engine web application running on a
local instance of the development application server, except that
since you are running a web app on a local machine, one can run
additional code to persist data how you like (directly to MySQL, file,
etc.) outside of App Engine.

Subject to the above comments, the simple answer is that no, one
cannot exchange data with a MySQL database using App Engine.


On Oct 21, 7:17 am, nikesh <[email protected]> wrote:
> Hi sir,
> this is nikesh
> i'm new in app engine...
> i'm creating a simple web application with  jpa on localhost...
> and i want to store my data in mysql database on localhost...
> is it possible???
>
> thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to