DEV Community

Discussion on: Which ORM to use for build an API with NodeJS ?

Collapse
 
rhymes profile image
rhymes

Maybe if you can tell me more about what kind of app it is and what kind of data you have to deal with I can think of an alternative. But if the data is relational I would choose PostgreSQL

Thread Thread
 
nejos97 profile image
Nenba Jonathan

It's a simple platform who user can register and login, they can complete their profile and follow other.

Thread Thread
 
rhymes profile image
rhymes

Hi Nenba!

It seems like you're describing the basics of a social network :)

I don't know which constraints you have but I think you can map everything on top of a relational DB, if you outgrow it there are better solutions for the "follow other" part