Schemas and Models in Mongoose

Schemas and Models in Mongoose

azamsharp

7 лет назад

4,175 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

oOo
oOo - 23.03.2019 00:36

Hi,
Nice video!

What is the website ?

Ответить
Psychotic Gamer
Psychotic Gamer - 07.09.2018 22:03

const User = mongoose.model('User' , UserSchema);
so the User variable is passed into the mongoose.model as the first argument?
if so why is that?

Ответить