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.
I also wrote an article explaining more about why I would choose go-prisma instead of golang-migrate or goose, if you want to know more about it: henriqueleite42.hashnode.dev/how-to-handle-migrat…
The Murph
Software Engineer
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?