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.
2
Q
What is the method of installing mongoose?
A
mom install –save mongoose
3
Q
What is the code for setting up mongo to webdeveloped?
A
Mongo.connect(‘mongodb:// :@……………/’)
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.