You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/en_US.js
+43-6Lines changed: 43 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,21 @@ const translations = {
89
89
description: 'result of the last line evaluated; use to further iterate'
90
90
},
91
91
exit: {
92
-
description: 'Quit the MongoDB shell with .exit'
92
+
description: 'Quit the MongoDB shell with exit/exit()/.exit'
93
+
},
94
+
quit: {
95
+
description: 'Quit the MongoDB shell with quit/quit()'
93
96
},
94
97
show: {
95
98
description: '\'show databases\': Print a list of all available databases. \n\'show-collections\': Print a list of all collections for current database'
99
+
},
100
+
connect: {
101
+
description: 'Create a new connection and return the Database object. Usage: connect(URI, username [optional], password [optional])',
description: 'The toArray() method returns an array that contains all the documents from a cursor. The method iterates completely the cursor, loading all the documents into RAM and exhausting the cursor.',
0 commit comments