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
Post a Comment