Is mongodb an orm?



Is mongodb an orm?..

Answer / Rohit Kumar Sharma

MongoDB is a NoSQL database, not an Object Relational Mapper (ORM). However, it supports various ORMs like Mongoose in Node.js and Django ORM in Python to interact with the MongoDB database

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Which is the best mongodb gui?

1 Answers  


Does mongodb support acid transactions?

1 Answers  


How to list all indexes in mongodb?

1 Answers  


What is “namespace” in mongodb?

1 Answers  


Is mongodb good for big data?

1 Answers  


Where are mongodb databases stored?

1 Answers  


What is schema mongodb?

1 Answers  


Does mongodb need a lot space of random access memory (ram)?

1 Answers  


Is mongodb support null values?

1 Answers  


What do you understand by a profiler with reference to mongodb?

1 Answers  


To do safe backups what is the feature in mongodb that you can use?

1 Answers  


what is a replica set?

1 Answers  


Categories