GridFS icon indicating copy to clipboard operation
GridFS copied to clipboard

Add options to connect to databases rather than only localhost:27017

Open faridnsh opened this issue 12 years ago • 1 comments

In my project, we don't use environmental variables and usually our databases aren't on the same servers. So it'll be nice if we could pass a Server or ReplSet instance or maybe a string that is just a URL.

faridnsh avatar Jun 30 '13 17:06 faridnsh

It'll also be nice to just pass an existing DB object, so if we use the native driver beside GridFS, we just share the same connection.

faridnsh avatar Jul 04 '13 04:07 faridnsh