Allowing for embedding as well as referencing interchangeably in Mongoose

前端 未结 0 1858
心在旅途
心在旅途 2021-01-18 04:21

I have a Mongoose ExerciseSchema ...:

const ExerciseSchema = Schema({
  title: String,
  someproperty: String
})

PublicExercises = mongoose.mode         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题