mongoose 數據庫操做3

Model.find(query, fields, options, callback) Model.find({ 'some.value': 5 }, function (err, docs) { // docs is an array }); Model.findOne Model.findOne({ age: 5}, function (err, doc){ // doc is a
相關文章
相關標籤/搜索