Earlier quoted context omitted.
Does the move to gVisor pave the way to connecting CloudSQL instances? The removed limitations sound like they were road blocks.
you already could connect to cloudsql instances. however you needed a proxy, but not because of AppEngine, you need it because of security. either you whitelisted your ips or you used the proxy (which go appengine could already use). so with go you just needed to use https://github.com/GoogleCloudPlatform/cloudsql-proxy which means you just need to change the query string. however a new feature is emerging where you…
(GCP Gopher)