DEV Community

Discussion on: Implementing SQL- Like Cascades in Mongoose

Collapse
 
kwabenberko profile image
Kwabena Bio Berko • Edited

Thanks for the comment, Dian. I really appreciate it. Yes, normally I would use a relational database for this kind of application due to the relationships between the models. SQL gives you cascades and much more right out of the box.I just wanted to experiment on how cascades could be achieved using mongoose :)