erikmusd

Results 2 comments of erikmusd

> Pro-tip: you can manually opt-out from `updatedAt` is updating by providing prisma with the previous value. > > I.e: > > ```ts > const env = await prisma.envs.findFirst({}) >...

If possible you can use **tedious** 11+ instead with `type: 'ntlm'` to support Windows Authentication with the following configuration: ```js { client : 'mssql', connection : { server : 'myserver',...