prisma-client-go icon indicating copy to clipboard operation
prisma-client-go copied to clipboard

Upgrading from v0.37.0 to v0.38.0 cause error

Open Alexandre-Stoppini-Cyberdian opened this issue 1 year ago • 1 comments

I use prsima in a library dedicated to SQL operation, with the upgrade from v0.37.0 to v0.38.0 on a service using this library I can't use the library anymore (wich uses a prisma DB generated in 0.37.0). The following error is returned from client.Prisma.Connect() : ensure: no binary found.

If it's an expected behavior then I'll close the issue, if not I'm glad to help

Did you re-generate the client or how does your deployment work?

steebchen avatar Jun 28 '24 11:06 steebchen