PYTHON-3994 Remove link to MongoAlchemy (#1392)

This commit is contained in:
Steven Silvester 2023-10-16 13:00:21 -05:00 committed by GitHub
parent 4c00227c1d
commit 8762f014d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,12 +85,6 @@ MongoKit
is an ORM-like layer on top of PyMongo. There is also a MongoKit
`google group <http://groups.google.com/group/mongokit>`_.
MongoAlchemy
`MongoAlchemy <http://mongoalchemy.org>`_ is another ORM-like layer on top of
PyMongo. Its API is inspired by `SQLAlchemy <http://sqlalchemy.org>`_. The
code is available `on GitHub <http://github.com/jeffjenkins/MongoAlchemy>`_;
for more information, see `the tutorial <http://mongoalchemy.org/tutorial.html>`_.
Minimongo
`minimongo <http://pypi.python.org/pypi/minimongo>`_ is a lightweight,
pythonic interface to MongoDB. It retains pymongo's query and update API,