Cannot use mssql to execute `npx prisma db pull --schema myschema.prisma` with AAD credentials
I am trying to setup mssql in my environment. I am able to get to the database from the application using the mssql after generating the client, but I cannot use the
To me, that error is saying that it's using the prisma engine to get the data and not the mssql-adapter as I would expect, how do I make Prisma use the correct login method (I am on WSL)
db pull command. When I do run it, I get the error P1000 "the provided database credentials for `` are not valid.To me, that error is saying that it's using the prisma engine to get the data and not the mssql-adapter as I would expect, how do I make Prisma use the correct login method (I am on WSL)