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)`"
8585pit = " :abbr:`PIT (Point in Time)`"
8686piv = " :abbr:`PIV (Personal Identity Verification)`"
8787rdp = " :abbr:`RDP (Remote Desktop Protocol)`"
88+ repl = " :abbr:`REPL (Read Eval Print Loop)`"
8889restapi = " :abbr:`REST (Representational State Transfer)` :abbr:`API (Application Programming Interface)`"
8990rest = " :abbr:`REST (Representational State Transfer)`"
9091s3 = " :abbr:`S3 (Simple Storage Service)`"
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ MongoDB Shell
1414
1515.. include:: /includes/admonitions/fact-mdb-shell-beta.rst
1616
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.
2021
2122``mongosh`` is available as a standalone package in the MongoDB
2223download center.
You can’t perform that action at this time.
0 commit comments