Skip to content

Commit c58f5e4

Browse files
author
Luke Lovett
committed
Add PyMODM to the list of ORM-like layers on the tools documentation page.
1 parent b12d6b7 commit c58f5e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/tools.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ needs. Even if you eventually come to the decision to use one of these
2626
layers, the time spent working directly with the driver will have
2727
increased your understanding of how MongoDB actually works.
2828

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+
2940
Humongolus
3041
`Humongolus <https://github.com/entone/Humongolus>`_ is a lightweight ORM
3142
framework for Python and MongoDB. The name comes from the combination of

0 commit comments

Comments
 (0)