File tree Expand file tree Collapse file tree 3 files changed +56
-2
lines changed Expand file tree Collapse file tree 3 files changed +56
-2
lines changed Original file line number Diff line number Diff line change
1
+ .. _rust-fundamentals:
2
+
3
+ ============
4
+ Fundamentals
5
+ ============
6
+
7
+ .. toctree::
8
+ :titlesonly:
9
+ :maxdepth: 1
10
+
11
+ ..
12
+ /fundamentals/connection
13
+ Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
14
+ /fundamentals/stable-api
15
+ /fundamentals/context
16
+ /fundamentals/auth
17
+ /fundamentals/enterprise-auth
18
+ /fundamentals/bson
19
+ /fundamentals/crud
20
+ /fundamentals/aggregation
21
+ /fundamentals/indexes
22
+ /fundamentals/transactions
23
+ /fundamentals/logging
24
+ /fundamentals/run-command
25
+ /fundamentals/collations
26
+ /fundamentals/monitoring
27
+ /fundamentals/gridfs
28
+ /fundamentals/time-series
29
+ /fundamentals/encrypt-fields
30
+ /fundamentals/geo
31
+
32
+ .. include:: /includes/fundamentals-sections.rst
Original file line number Diff line number Diff line change
1
+ Learn how to perform the following tasks using the {+driver-short+} in the
2
+ Fundamentals section:
3
+
4
+ ..
5
+ - :ref:`Connect to MongoDB <golang-connection-guide>`
6
+ - :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
7
+ - :ref:`Specify an API Version <golang-stable-api>`
8
+ - :ref:`How the Driver Uses Context <golang-context>`
9
+ - :ref:`Authenticate with MongoDB <golang-authentication-mechanisms>`
10
+ - :ref:`Use Enterprise Authentication with MongoDB <golang-enterprise-authentication-mechanisms>`
11
+ - :ref:`Work with BSON <golang-bson>`
12
+ - :ref:`Read from and Write to MongoDB <golang-crud>`
13
+ - :ref:`Perform Aggregations <golang-aggregation>`
14
+ - :ref:`Construct Indexes <golang-indexes>`
15
+ - :ref:`Specify Collations to Order Results <golang-collations>`
16
+ - :ref:`Record Log Messages <golang-logging>`
17
+ - :ref:`Run A Database Command <golang-run-command>`
18
+ - :ref:`Use Driver Events in Your Code <golang-monitoring>`
19
+ - :ref:`Store and Retrieve Files in MongoDB <golang-gridfs>`
20
+ - :ref:`Use a Time Series Collection <golang-time-series>`
21
+ - :ref:`Encrypt Fields <golang-fle>`
22
+ - :ref:`Work with Geospatial Data <golang-geo>`
Original file line number Diff line number Diff line change 6
6
:titlesonly:
7
7
:maxdepth: 1
8
8
9
+ /fundamentals
9
10
API Documentation <{+api+}/>
10
11
View the Source <https://github.com/mongodb/mongo-rust-driver>
11
12
14
15
/quick-reference
15
16
/whats-new
16
17
/usage-examples
17
- /fundamentals
18
18
/faq
19
19
/connection-troubleshooting
20
20
/issues-and-help
@@ -55,7 +55,7 @@ Usage Examples
55
55
Fundamentals
56
56
------------
57
57
58
- .. .. include:: /includes/fundamentals-sections.rst
58
+ .. include:: /includes/fundamentals-sections.rst
59
59
60
60
API
61
61
---
You can’t perform that action at this time.
0 commit comments