File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,17 @@ needs. Even if you eventually come to the decision to use one of these
26
26
layers, the time spent working directly with the driver will have
27
27
increased your understanding of how MongoDB actually works.
28
28
29
+ PyMODM
30
+ `PyMODM <https://github.com/mongodb/pymodm >`_ is an ORM-like framework on top
31
+ of PyMongo. PyMODM is maintained by engineers at MongoDB, Inc. and is quick
32
+ to adopt new MongoDB features. PyMODM is a "core" ODM, meaning that it
33
+ provides simple, extensible functionality that can be leveraged by other
34
+ libraries to target platforms like Django. At the same time, PyMODM is
35
+ powerful enough to be used for developing applications on its own. Complete
36
+ documentation is available on `readthedocs
37
+ <https://pymodm.readthedocs.io/en/stable/> `_ in addition to a `Gitter channel
38
+ <https://gitter.im/mongodb/pymodm> `_ for discussing the project.
39
+
29
40
Humongolus
30
41
`Humongolus <https://github.com/entone/Humongolus >`_ is a lightweight ORM
31
42
framework for Python and MongoDB. The name comes from the combination of
You can’t perform that action at this time.
0 commit comments