File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ Connection Guide
19
19
This guide shows you how to connect to a MongoDB instance or replica set
20
20
deployment using the Go Driver.
21
21
22
+ -------------
23
+ Compatibility
24
+ -------------
25
+
26
+ You can use the {+driver-short+} to connect to deployments hosted in the
27
+ following environments:
28
+
29
+ .. include:: /includes/fact-environments.rst
30
+
22
31
.. _golang-connection-uri:
23
32
24
33
--------------
Original file line number Diff line number Diff line change
1
+ - `MongoDB Atlas
2
+ <https://www.mongodb.com/docs/atlas> `__: The fully
3
+ managed service for MongoDB deployments in the cloud
4
+ - :ref: `MongoDB Enterprise <install-mdb-enterprise >`: The
5
+ subscription-based, self-managed version of MongoDB
6
+ - :ref: `MongoDB Community <install-mdb-community-edition >`: The
7
+ source-available, free-to-use, and self-managed version of MongoDB
Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ You can add the driver to your application to work with MongoDB in Go.
35
35
Download it using `go get <https://pkg.go.dev/cmd/go/internal/get>`__
36
36
or set up a runnable project by following our Quick Start guide.
37
37
38
+ Compatibility
39
+ -------------
40
+
41
+ You can use the {+driver-short+} to connect to deployments hosted in the
42
+ following environments:
43
+
44
+ .. include:: /includes/fact-environments.rst
45
+
38
46
Quick Start
39
47
-----------
40
48
You can’t perform that action at this time.
0 commit comments