1

I would like to use the application identifier access control method for allowing my app engine service connect to a Cloud SQL database. The app engine service is written using dart with sqljocky.

In the Developers Console, Storage, Cloud SQL, db instance, Overview tab, there is a link titled "How to connect to your Cloud SQL instance". There, I only see sample code for doing this in PHP, Java and Python. I've tried to find an analogous implementation for dart with no luck.

Can anyone suggest an approach for doing this?

Brad
  • 486
  • 2
  • 8
  • Internally, it appears that sqljocky makes its connection using RawSocket.connect(host, port); – Brad Jun 06 '15 at 13:42
  • If so, you may try to use ServerSocket interface in dart. Not sure if it works in browser, but if it is, it should work – Mike Jun 06 '15 at 16:38
  • It appears to me that ServerSocket is for listening. I'm having problems on the sql client end, not the server end. I don't see how this can help. – Brad Jun 07 '15 at 00:09

0 Answers0