As a developer writing a Next JS application using a legacy MySQL database (and a subscriber of Kyle’s) on the lookout for powerful tools to help with my projects, I’m tasked with deep diving into the Prisma implementation.
Prisma, is one of the many ORMs available for the countless React/Next JS developers in “the wild” that has gained considerable popularity. Popularity is nice with open source but it’s not everything. I look for open-source dependencies such as ORMs based on their longevity, community and documentation. Hype is a factor, but stability and ease of use are the key issues that influence my decision on whether to use it in a project or not.
After deciding pos...
read more