adspace


Does mongodb require a schema?

Answer Posted / Chandra Prakash Rawat

MongoDB itself does not enforce a strict schema like traditional SQL databases. However, when using Mongoose (an ODM for MongoDB), you are required to define a schema for each model.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the command syntax for inserting a document?

63


How did mongodb get its name?

60


How to define array in mongoose schema?

79