We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e2349 commit e291d23Copy full SHA for e291d23
source/integrations/fastapi-integration.txt
@@ -149,6 +149,11 @@ Use this code to perform the following actions:
149
db = client.get_database("college")
150
student_collection = db.get_collection("students")
151
152
+The ``AsyncMongoClient()`` call includes a ``server_api`` parameter to enable
153
+the Stable API feature on your connection. Make sure your deployment uses
154
+MongoDB servers with version 5.0 or later. For more information, see the :ref:`Stable
155
+API <pymongo-stable-api>` section of this guide.
156
+
157
Review the Database Models
158
~~~~~~~~~~~~~~~~~~~~~~~~~~~
159
0 commit comments