forked from mongodb/docs-ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-drivers.txt
More file actions
67 lines (48 loc) · 2.23 KB
/
python-drivers.txt
File metadata and controls
67 lines (48 loc) · 2.23 KB
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
.. _python-language-center:
======================
MongoDB Python Drivers
======================
.. facet::
:name: programming_language
:values: python
.. meta::
:description: Use the Python drivers to connect your application to MongoDB Atlas, Enterprise, and Community database deployments.
:keywords: application
.. toctree::
:titlesonly:
PyMongo <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/>
PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>
/motor.txt
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Introduction
------------
Welcome to the documentation site for the official MongoDB Python
drivers. Add one of the following drivers to your application to work with
MongoDB in Python.
PyMongo
-------
You can add PyMongo to your application to work with MongoDB in Python. See
the `PyMongo documentation <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/>`__
to learn how to install and begin using the driver.
`PyMongoArrow <https://www.mongodb.com/docs/languages/python/pymongo-arrow-driver/current/>`__
is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables.
.. important:: Motor Deprecation
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async
API in the PyMongo library. We
strongly recommend migrating to the PyMongo Async API while Motor is still supported.
For more information about migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__
guide in the PyMongo documentation.
Tools and Projects
------------------
The `Full Stack FastAPI App Generator <https://github.com/mongodb-labs/full-stack-fastapi-mongodb>`__
simplifies setup of web applications that use the FastAPI, React, and MongoDB
(FARM) stack. You can learn more about this tool on the
:website:`MongoDB blog. </blog/post/introducing-full-stack-fast-api-app-generator-for-python-developers>`
.. important::
The MongoDB Full Stack FastAPI App Generator is an experimental project
and is not yet supported by MongoDB.
.. include:: /includes/university-m220p.rst