本文主要是介绍MongDB : Exploring The Shell The Server,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Module Introduction
Useful Resources & Links
Helpful Articles/ Docs:
-
More Details about Config Files: Configuration File Options — MongoDB Manual
-
More Details about the Shell (
mongo
) Options: Legacy mongo Shell — MongoDB Manual -
More Details about the Server (
mongod
) Options: mongod — MongoDB Manual
MongoDB Compass
Useful Resources & Links
The MongoDB Compass Docs: Download and Install Compass — MongoDB Compass
Only available in the Enterprise Edition => Exploring Schemas in Compass: Analyze Your Data Schema — MongoDB Compass
Useful Resources & Links
Helpful Articles/ Docs:
-
insertOne(): db.collection.insertOne() — MongoDB Manual
-
insertMany(): db.collection.insertMany() — MongoDB Manual
-
Atomicity: Atomicity and Transactions — MongoDB Manual
-
Write Concern: Write Concern — MongoDB Manual
-
Using mongoimport: mongoimport — MongoDB Database Tools
Read Operations- A closer Look
Operators - An Overview
Query Selectors & Projection Operators
Understanding "$in" and "$nin"
"$or" and "$nor"
这篇关于MongDB : Exploring The Shell The Server的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!