DEV Community

Discussion on: Mongoose 101

Collapse
 
jsardev profile image
Jakub Sarnowski • Edited

I was using Mongo + Mongoose some time ago. After a few months using it, I realized, that Mongoose is actually trying to make Mongo a relational database - models, relationships... wait, what? SQL databases are a lot better for that!

Check out this article.

Anyways, nice introduction to the topic! 😄

Collapse
 
monfernape profile image
Usman Khalil

Interesting take.