DEV Community

Discussion on: Interact with Relational Databases using Sequelize

Collapse
 
varunpappu profile image
Varun Subramanian

Both the modules look promising but as you mentioned when it comes to complex queries it will fail I think. But definitely this will give a good structure to the code base. I personally use pg npmjs.com/package/pg but will explore the prisma and sequalize. Thank you.

Thread Thread
 
franciscomendes10866 profile image
Francisco Mendes

I share the same opinion. One of the great advantages of Sequelize is the adoption of the community and the amount of resources you have available to learn.

But a behavior that's easy to notice is that it's very difficult to find something complex even in paid courses, so in the past I ended up using SQL, but Prisma offers a phenomenal and rich development experience.