Sometimes, collection name may not be in camelCase, it would be great if a mapping could be provided. Allow object to be passed, e.g. ``` js var db = mongo('connection-string', { collectionA: 'collection_a', collectionB: 'collection-b', }); ```