go - is it possible to connect to cloudsql in golang? -


the google documentation seems hint app engine go sdk should support using cloudsql, this snippet of code, looks it's not yet supported.

is there newer version of sdk allow interface cloudsql?

cloud sql works latest sdk. online docs haven't been updated. pick mysql driver of choosing can work appengine/cloudsql package , databse/sql package work. of working drivers : mymysql https://github.com/ziutek/mymysql or go-sql-driver : https://github.com/go-sql-driver/mysql


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -