GoogleCloudPlatform / cloud-sql-nodejs-connector

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

docs: add note that `startLocalProxy` does not support SQL Server #365

Closed jackwotherspoon closed 2 months ago

jackwotherspoon commented 2 months ago

The .startLocalProxy method of the Connector is only supported for MySQL and PostgreSQL Cloud SQL instances and not SQL Server.

This is due to SQL Server not supporting Unix domain sockets.

Adding note to README to make this clear.

Fixes #362