forked from mongodb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripting.txt
21 lines (16 loc) · 838 Bytes
/
scripting.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=================
MongoDB Scripting
=================
.. default-domain:: mongodb
The :program:`mongo` shell is an interactive JavaScript shell for
MongoDB, and is part of all `MongoDB distributions
<http://www.mongodb.org/downloads>`_. This section provides an
introduction to the shell, and outlines key functions, operations, and
use of the :program:`mongo` shell. Also consider :doc:`/faq/mongo` and
the :doc:`shell method </reference/method>` and other relevant
:doc:`reference material </reference>`.
.. note:: Most examples in the :doc:`MongoDB Manual </contents>` use
the :program:`mongo` shell; however, many :doc:`drivers
</applications/drivers>` provide similar interfaces to MongoDB.
.. include:: /includes/toc/dfn-list-administration-core-scripting.rst
.. include:: /includes/toc/administration-core-scripting.rst