File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -24,27 +24,13 @@ MongoDB with Python
24
24
.. image:: /images/Python-1.svg
25
25
:alt: Python landing page hero image
26
26
27
- Drivers
28
- -------
27
+ Driver
28
+ ------
29
29
30
- .. card-group::
31
- :columns: 2
32
-
33
- .. card::
34
- :headline: PyMongo
35
- :url: https://www.mongodb.com/docs/languages/python/pymongo-driver/current/
36
- :icon: /images/icons/python.svg
37
- :icon-alt: Driver card icon
38
-
39
- Provides a synchronous API for working with MongoDB databases consistent with other MongoDB language drivers.
40
-
41
- .. card::
42
- :headline: Motor
43
- :url: https://www.mongodb.com/docs/drivers/motor/
44
- :icon: /images/icons/python.svg
45
- :icon-alt: Driver card icon
30
+ Provides a synchronous and asynchronous API for working with MongoDB databases consistent with
31
+ other MongoDB language drivers.
46
32
47
- Provides an asynchronous API for working with MongoDB databases consistent with other MongoDB language drivers.
33
+ `PyMongo Documentation → <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/>`__
48
34
49
35
Frameworks
50
36
----------
You can’t perform that action at this time.
0 commit comments