Andrew Dias
Andrew Dias
This PR should extend support for MSSQL integrated authentication to *nix systems. Prisma [currently only supports this feature on Windows](https://www.prisma.io/docs/orm/overview/databases/sql-server#using-integrated-security-windows-only). The [Tiberius](https://github.com/prisma/tiberius) SQL Server driver used by Prisma can support...
I would like to use SQL Server's "integrated security" authentication when running Prisma on a Linux machine, but [Prisma only supports this mode on Windows](https://www.prisma.io/docs/orm/overview/databases/sql-server#using-integrated-security-windows-only). The SQL Server driver used...