I feel a bit silly for asking this, but I'm planning on writing a custom generator and for the life of me I can't seem to find any documentation related to how to go about building one. I've looked at the src for existing custom generators as a starting point, but a well defined reference doc would be super helpful. Does one exist?
Dustin Sorensen
12/30/2021, 5:20 PM
I just found this: https://github.com/prisma/prisma/discussions/10721 -- am I correct in assuming then what I'm looking for doesn't exist? Which is fine of course, just wanted to make sure I wasn't missing anything obvious.
n
nikolasburk
12/30/2021, 5:38 PM
Hey Dustin 👋 yes, you’re right, we don’t have any official resources for building generators at the moment 👍
d
Dustin Sorensen
12/30/2021, 5:40 PM
All good! Thanks for the confirmation!
b
Barnaby
12/31/2021, 9:33 AM
I’d like to see some more docs around this, mainly since the Go client was dropped, I want to keep it up to date
Barnaby
12/31/2021, 9:34 AM
also, documenting this would mean more community engagement and more connectors for Prisma - which is just good for business!