DEV Community

Discussion on: ✨💻My Project for 2020: 🚄Node On Rails🚄

Collapse
 
mgce profile image
Mateusz Gajda

Why you decided to use mongo instead for example postgres? Relational databases are better choices in most cases because only sometimes we don't need to make a relations between object.

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

I'm just used to mongodb in most projects.

I want to use TypeORM so adding other Databases should be easy :)