MongoDB
What is MongoDB?
MongoDB is a document database. It stores data in a type of JSON format called BSON.
Example Document
{
title: "Post Title 1",
body: "Body of post.",
}
MongoDB is a document database and can be installed locally or hosted in...
databaseanalytics.hashnode.dev6 min read