In a project I am using node-mongodb-native to connect to a database with some collections.
Now there's another database containing one other collection needed. I want to query this collection from the same project, with the minimum amount of code change.
I know MongoEngine does this rather pretty.
Is there a standard way of doing this in NodeJS, e.g. with the node-mongodb-native driver?