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
1919This guide shows you how to connect to a MongoDB instance or replica set
2020deployment using the Go Driver.
2121
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+
2231.. _golang-connection-uri:
2332
2433--------------
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.
3535Download it using `go get <https://pkg.go.dev/cmd/go/internal/get>`__
3636or set up a runnable project by following our Quick Start guide.
3737
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+
3846Quick Start
3947-----------
4048
You can’t perform that action at this time.
0 commit comments