This repository is not active
arronzhang/mongoq
Use mongoDB like this: mongoq('mongodb://localhost/db').collection('users').find().toArray(function(error, docs){});
JavaScript
Use mongoDB like this: mongoq('mongodb://localhost/db').collection('users').find().toArray(function(error, docs){});
JavaScript
This repository is not active