如何使用mongodb绣花功能

时间:2019-05-16 15:47:25

标签: mongodb

exports = function() {
var collection = context.services.get("mongodbatlas").db("nhansudb").collection("users");
     var result = collection.find({})
     return result
};

如何使用BSON.Code返回函数?

0 个答案:

没有答案
相关问题