MongoDB Fundamentals: Part 1 - Getting to Know the Basics
Today's article is about MongoDB basic. where I will cover CRUD operations
Let's first discuss what MongoDB is and why we need it.
MongoDB is a NoSQL database that stores data in a JSON-like format called BSON, which is a binary representation of JSO...
skyltt.hashnode.dev3 min read