The mongo API allows for you to set what prefix the GridFS system uses. By default this is "fs", so you'll end up with the collections fs.files and fs.chunks. I'd like to have several different collections of files, so I need to be able to specify a different prefix. There isn't any information on how to do this in the documentation, nor anywhere else on the web (at least not from my searches).
Does anybody know if the node-mongodb-native driver has this capability built in? If so, how do I go about doing this?
Best,
Sami