My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Should I use NodeJS ORMs/Frameworks or develop from scratch?

Should I use NodeJS ORMs/Frameworks or develop from scratch?

Roopak A N's photo
Roopak A N
·Apr 2, 2016

I am looking out for some NodeJS ORMs. I have found Loopback and Sequelize. I have tried out both of them, and found them extremely useful for the basic CRUD operations, and to some extend in custom operations also. But, in some of the cases (which are usually the main operations of the app), I usually have to find out a work around with them, and the code looks extremely crappy. So, what would you suggest, use ORMs or to write your own neat code.