MongoDB

1 min. read

MongoDB is a document based database solution.

What is MongoDB?

MongoDB is a NoSQL database, as in Not Only SQL.

You use MongooseJS to define schemes, you might be thinking, if MongoDB is less bound to schemes, why use Mongoose, is that not going against what MongoDB stands for? Is that not an anti-pattern?

Tools

MongoDB Compass

How To

How To: Get started with MongoDB

References