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

Prisma engine C bindings

Open steebchen opened this issue 1 year ago • 2 comments

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

steebchen avatar Jun 15 '23 15:06 steebchen