What is MongoDB? Why use it?
dev.to·7h·
Discuss: DEV
Flag this post

What is MongoDB?

So, what is MongoDB? MongoDB is classified as a document-oriented NoSQL database, that term is usually used to refer to any non-relational databases. For a bit of clarity, the term “NoSQL” stands for “non-SQL” or “not only SQL.” The difference being, NoSQL as opposed to SQL, is considered an approach to database management. SQL is just a query language. However it is very similar to the query languages used by NoSQL databases.

Non-relational Databases VS Relational Databases

So what’s the difference? For those familiar with SQL, you may have heard of a RDBMS (Relational Database Management System). They use a tabular data structure, with data that is represented as a set of rows and columns, which makes the model great for structu…

Similar Posts

Loading similar posts...