DEV Community

Discussion on: Persisting a Node API with PostgreSQL, without the help of ORM's like sequelize.

Collapse
 
vikrantsingh47 profile image
vikrant singh • Edited

is using an orm like sequalize a good idea as we can also write raw sql queries in it?