I have never used prisma. For my Go projects I have used golang-migrate ot goose, which seems to be basically the same for all intensive purposes. Do you have any opinions on how Prisma compares to these?
Hey Murph, thanks for your comment! To summarize, for TypeScript developers, I think that they may be more familiar with Prisma than with other tools, and Prisma has the prisma.schema file that I like a lot.