mongoose lean query, virtuals not showing

后端 未结 2 1662
遇见更好的自我
遇见更好的自我 2021-01-04 20:09

I have the following schema set up on mongoose, Im using version 3.6.17:

var PostSchema = new Schema({
    _id: { type: String, required: true, index: { uniq         


        
2条回答
  •  感情败类
    2021-01-04 20:50

    i found a solution you can use mongoose-lean-virtuals plugin

    https://www.npmjs.com/package/mongoose-lean-virtuals

提交回复
热议问题