forked from mongodb/docs-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.txt
124 lines (88 loc) · 2.87 KB
/
index.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
=================
{+driver-long+}
=================
.. default-domain:: mongodb
.. facet::
:name: genre
:values: reference
.. toctree::
:titlesonly:
:maxdepth: 1
/quick-start
/quick-reference
/whats-new
/usage-examples
/fundamentals
API Documentation <{+api+}/mongo>
/faq
/connection-troubleshooting
/issues-and-help
/compatibility
View the Source <https://github.com/mongodb/mongo-go-driver>
..
/upgrade
Introduction
------------
Welcome to the documentation site for the official {+driver-long+}.
You can add the driver to your application to work with MongoDB in Go.
Download it using `go get <https://pkg.go.dev/cmd/go/internal/get>`__
or set up a runnable project by following our Quick Start guide.
Compatibility
-------------
You can use the {+driver-short+} to connect to deployments hosted in the
following environments:
.. include:: /includes/fact-environments.rst
Quick Start
-----------
Learn how to establish a connection to MongoDB Atlas and begin
working with data in the :ref:`golang-quickstart` section.
Quick Reference
---------------
See driver syntax examples for common MongoDB commands in the
:ref:`Quick Reference <golang-quick-reference>` section.
What's New
----------
For a list of new features and changes in each version, see the
:ref:`golang-whats-new` section.
Usage Examples
--------------
For fully runnable code snippets and explanations for common
methods, see :ref:`golang-usage-examples`.
Fundamentals
------------
.. include:: /includes/fundamentals-sections.rst
API
---
For detailed information about types and methods in the MongoDB
Go driver, see the `{+driver-long+} API documentation
<{+api+}/mongo>`__.
FAQ
---
For answers to commonly asked questions about the MongoDB
Go Driver, see :ref:`golang-faq`
section.
Connection Troubleshooting
--------------------------
For solutions to some issues you might see when connecting to a MongoDB
deployment while using the {+driver-long+}, see
:ref:`golang-connection-troubleshooting`.
Issues & Help
-------------
Learn how to report bugs, contribute to the driver, and find
additional resources for asking questions in the :ref:`golang-issues-and-help` section.
Compatibility
-------------
For the compatibility charts that show the recommended Go Driver version
for each MongoDB Server version, see :ref:`golang-compatibility`.
Learn
------
Visit the Developer Hub and MongoDB University to learn more about the
{+driver-long+}.
Developer Hub
~~~~~~~~~~~~~
The Developer Hub provides tutorials and social engagement for
developers.
To learn how to use MongoDB features with the Go driver, see the `How
To's and Articles page <https://www.mongodb.com/developer/learn/?content=Articles&text=go#main>`__.
To ask questions and engage in discussions with fellow developers using
the Go Driver, see the `forums page <https://www.mongodb.com/community/forums/tag/golang>`__.