Mongoose MongoDB Flashcards

1
Q

What is the purpose of the model class in mongoose?

A

It is used to create a representation of a MongoDB collection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the method of installing mongoose?

A

mom install –save mongoose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the code for setting up mongo to webdeveloped?

A

Mongo.connect(‘mongodb:// :@……………/’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between a rdbm like SQL and nonSQL like moongise?

A

Mongoose has collections and but not a schema these have record.The records can have different types values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly