DEV Community

Discussion on: Backend Basics for Frontend Engineers: Dive into SQL and APIs with NodeJS, Prisma, and PostgreSQL

Collapse
 
dhatguy profile image
Joseph Odunsi

Well, I'm glad to tell you that I chose Prisma.

Sequelize is good too but I lost it when I got to defining associations. It's really confusing to me. After going through the Prisma docs, I was able to understand how to define associations.

So far, Prisma works well for me and the VSCode extension makes it easier to work with.