All Questions
Tagged with mongodb dependency-injection
1 question
1
vote
2
answers
1k
views
Very-Loose Coupling and Dependency Injection for Database Management
I'm currently setting up a MongoDB database for a web-app. I'm running node.js and using Mongoose to help manage mapping, validation ect.
I'm wondering if it's a good idea to really decouple MongoDB ...