We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
startLocalProxy
1 parent 5c90de6 commit 9f3381bCopy full SHA for 9f3381b
README.md
@@ -211,6 +211,11 @@ local proxy server that tunnels to the secured connection established
211
using the `Connector.startLocalProxy()` method instead of
212
`Connector.getOptions()`.
213
214
+> [!NOTE]
215
+>
216
+> The `startLocalProxy()` method is currently only supported for MySQL and PostgreSQL
217
+> as it uses a Unix domain socket which SQL Server does not currently support.
218
+
219
This alternative approach enables usage of the Connector library with
220
unsupported drivers such as [Prisma](https://www.prisma.io/). Here is an
221
example on how to use it with its PostgreSQL driver:
0 commit comments