jmac11 / googlecloudsql

Automatically exported from code.google.com/p/googlecloudsql
0 stars 0 forks source link

Add Cloud SQL Support to App Engine Remote API #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Feature suggestion:

I would like to be able to access my Cloud SQL instance via the App Engine 
Remote API. 

The Remote API is described here: 
http://code.google.com/appengine/articles/remote_api.html

Regards
Richard

Original issue reported on code.google.com by gadgs...@gmail.com on 23 Nov 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Hi, question: Are you looking for JDBC access or command line tool access? 

Original comment by rclev...@google.com on 1 Mar 2012 at 8:58

GoogleCodeExporter commented 9 years ago
This would be great. I have a number of python scripts that I use to map data 
to and from my app and being able to interact with my db (ORM) models in these 
scripts (rather than writing raw sql) would be much better.

Original comment by onelson@gmail.com on 11 Jul 2012 at 10:22

GoogleCodeExporter commented 9 years ago
You can now access cloud sql using the native Mysql wire protocol.
See https://developers.google.com/cloud-sql/docs/external

Original comment by rclev...@google.com on 12 Feb 2014 at 8:10