#nosql
Read more stories on Hashnode
Articles with this tag
MongoDB is a document-oriented database, not a relational one. The primary reason for moving away from the relational model is to make scaling out...
Open your MongoDB shell from MongoDB Compass by clicking the up arrow. To get a list of all databases, type: show dbs Use Database To use a...
Open your terminal and type mongosh At this point, you should have mongoDB compass installed on your system. Open this software, Click on connect If...