Basics: MongoDB
Getting Started...
A document is the basic unit of data for MongoDB = Row in RDBMS
Similarly, a collection can be thought of as a table with a dynamic schema.
A single instance of MongoDB can host multiple independent databases, each of
which can ...
justdo.hashnode.dev1 min read