Friday, 15 March 2019

Mongodb with or without Mongoose?

I am new to Mongodb, and I am contemplating whether I should use mongoose, or just the native node mongodb. Mongoose seems pretty ubiquitous in the resources I am seeing, and once an app gets bigger I can see it simplifying things like validation, testing, etc. But, it also seems like it would remove some of the flexibility that drew me to nosql in the first place, amd make it much more like working the orms I am used to. So, I am interested in hearing some opinions. Are there other constraints I should be considering?

Submitted March 15, 2019 at 08:51PM by AdamT213

No comments:

Post a Comment