DEV Community

Anuj Pancholi
Anuj Pancholi

Posted on

Answer: How I should save the relational data in mongoose?

I'd like to start off by saying that if your project is using relational data, I highly recommend that you use a relational database instead of MongoDb. I love Mongodb as much as the next guy, and have done projects in Mongodb using relational data, but I've faced problems…

A bit about modelling some relational data in mongodb involving restaurants and their reviews.

Top comments (0)