Reputation: 108
Is there a way to use Google Cloud Sql from external application that can't use JDBC, for example from node.js?
Upvotes: 2
Views: 550
Reputation: 618
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
Upvotes: 1