Search code examples
google-cloud-sql

Google Cloud Sql usage in external application


Is there a way to use Google Cloud Sql from external application that can't use JDBC, for example from node.js?


Solution

  • You can now use native MySQL connections to access Cloud SQL from just about anything, including, for example, node-db. See:

    https://developers.google.com/cloud-sql/docs/access-control

    http://nodejsdb.org/