File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ pem = ":abbr:`PEM (Privacy Enhanced Mail)`"
85
85
pit = " :abbr:`PIT (Point in Time)`"
86
86
piv = " :abbr:`PIV (Personal Identity Verification)`"
87
87
rdp = " :abbr:`RDP (Remote Desktop Protocol)`"
88
+ repl = " :abbr:`REPL (Read Eval Print Loop)`"
88
89
restapi = " :abbr:`REST (Representational State Transfer)` :abbr:`API (Application Programming Interface)`"
89
90
rest = " :abbr:`REST (Representational State Transfer)`"
90
91
s3 = " :abbr:`S3 (Simple Storage Service)`"
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ MongoDB Shell
14
14
15
15
.. include:: /includes/admonitions/fact-mdb-shell-beta.rst
16
16
17
- The |mdb-shell|, ``mongosh``, is a fully functional JavaScript
18
- environment for interacting with MongoDB deployments. You can use the
19
- |mdb-shell| to test queries and operations directly with your database.
17
+ The |mdb-shell|, ``mongosh``, is a fully functional JavaScript and
18
+ Node.js 14.x |repl| environment for interacting with MongoDB
19
+ deployments. You can use the |mdb-shell| to test queries and operations
20
+ directly with your database.
20
21
21
22
``mongosh`` is available as a standalone package in the MongoDB
22
23
download center.
You can’t perform that action at this time.
0 commit comments