GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
73 stars 8 forks source link

feat: add local proxy tunnel api #309

Closed ruyadorno closed 6 months ago

ruyadorno commented 8 months ago

Adds a new Connector.startLocalProxy method that starts a local proxy tunnel listening to the location defined at listenOptions enabling usage of the Connector by drivers and different libraries / frameworks that are not currently supported by the Connector directly but that can connect to databases via Unix Sockets or TCP port.

Fixes: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/113

duvanmonsa commented 7 months ago

Hello @ruyadorno thank you for the efforts with this PR, Is it going to be released anytime soon?

enocom commented 7 months ago

@jackwotherspoon has taken over this work since @ruyadorno has transferred teams. We're working through some high priority launches and will get to this soon. It's coming up the list quickly here.

enocom commented 6 months ago

Replaced by https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/pull/336.