Should i use an ORM? When to use it? Which one?

harsvnc

Hrn Svncハルン

Posted on January 14, 2020

Should i use an ORM? When to use it? Which one?

Hey everyone,

i am currently working on a private project to get my nodejs skills a bit developed. I am trying to create an api with express and use a postgres db to store data. Nothing fancy here, just creating some users and stuff.
My question is: Should i use an ORM? Sure for that small case queries will do the work for me but what about more complex projects with bigger sets of data? I don't want to start a discussion or something just get a hint.

Thanks a lot

💖 💪 🙅 🚩
harsvnc
Hrn Svncハルン

Posted on January 14, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related