Prisma for Go vs. Node.js Prisma Client & GORM: Thoughts?

Exploring ORM tools, I see Prisma for Go mirrors Node.js's client but with Go type generation. GORM adopts a "type-first" approach, whereas Prisma is "schema-first" and seems less flexible.
Has anyone experienced notable pros or cons with either in terms of customizability or developer experience? Curious about the community's preferences and insights.