Hello, is there any documentation on how to commun...
# prisma-client
t
Hello, is there any documentation on how to communicate with the engine ? Let's say for example if I want to implement a client in another language ?
n
Hey @tatchi 🙌 you can find some info about this here: https://github.com/prisma/specs/tree/master/generators 🙂
Note that this is not part of the official "dev surface" of Prisma but rather is an internal API that might change at any point in time without warning...
Also, the document has been unmaintained for while (and probably will be archived soon), so not all information in there might be fully accurate. Still, it should give you a good starting point to get things going 🙂