我正在使用mongoose.js版本5.1.6。有没有办法在查询find
之后自动执行doc.toObject()?我不确定是否可以在find
的中间件中做到这一点。
schema.post('find', function(docs) {
// Can I change the docs that return by find() by modify the docs here?
})
答案 0 :(得分:0)
可以。你必须要做类似的事情
dat$dat <- as.POSIXct(dat$dat, format = '%d%b%Y:%H:%M:%S')