I'm currently using MongoDB native and I'm familiar with it.
Only thing I'm worrying about it is my source quality.
Because of the native driver's nature, nested loop is inevitable.
I have looked at Mongoose but I prefer schemaless way of using MongoDB.
And I could not make a choice among
mongodb-native, mongoose (using mix type), mongolian, mongous, mongoskin
Or is there a way or tutorial to use MongoDB native with keeping the source DRY?