Temka
Temka

Reputation: 108

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?

Upvotes: 2

Views: 550

Answers (1)

Joe Faith
Joe Faith

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

http://nodejsdb.org/

Upvotes: 1

Related Questions