const x= await User.find({name:'Hello'}) , What does this constant x store?

前端 未结 0 474
-上瘾入骨i
-上瘾入骨i 2020-12-18 01:13

I was learning some basic CRUD operation in mongoose and then I came across this. This is my model

const User = mongoose.model(\'User\',{
name:{
    type:Stri         


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