jmac11 / googlecloudsql

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

Add google sql jar to maven central #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now users have to download the google sql tool zip, unzip it and copy the 
jar in the right location. Making it available in Maven Central would make it 
significantly easier for folks to add this as a dependency.

On a related note, why can't Google Cloud SQL work against the regular MySQL/J 
connector? AWS RDS works just fine against vanilla MySQL clients. Forcing a 
different JDBC driver just adds more barriers to adoption.

Original issue reported on code.google.com by diwa...@maginatics.com on 7 Mar 2013 at 6:15

GoogleCodeExporter commented 9 years ago
This isn't needed anymore since Cloud SQL works against the regular MySQL 
drivers

See https://developers.google.com/cloud-sql/docs/native-mysql-gae

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