prisma-client-go
prisma-client-go copied to clipboard
Upgrading from v0.37.0 to v0.38.0 cause error
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?