thenativeweb / node-viewmodel

Node-viewmodel is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
http://cqrs.js.org/pages/viewmodel.html
MIT License
27 stars 20 forks source link

Adding SRV support for MongoDB #72

Closed Glockenbeat closed 5 years ago

Glockenbeat commented 5 years ago

This will enable MongoDB Atlas mongodb+srv:// URLs to be used without specifying the single servers, therefore being able to change and scale any MongoDB cluster without affecting any client.

Glockenbeat commented 5 years ago

Closing as there is a url option.