You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Go client launches the Prisma engine as a separate process, and communicates with it via HTTP. While this works fine, it would be much better and secure to directly call the Prisma engine via CGO.
TODO:
think about implications this might have, as using CGO can result in caveats
The text was updated successfully, but these errors were encountered:
@listepo I'm not sure, it would be probably helpful, but it is possible to do use bindings today. It's just a lot of work, and I don't have the capacity to work on this at this time unfortunately.
Currently, the Go client launches the Prisma engine as a separate process, and communicates with it via HTTP. While this works fine, it would be much better and secure to directly call the Prisma engine via CGO.
TODO:
The text was updated successfully, but these errors were encountered: