From cb7d3d51cbc42cad5e00681fe335528fb76fc118 Mon Sep 17 00:00:00 2001 From: Alex Bevilacqua Date: Tue, 13 Jan 2026 09:06:09 -0500 Subject: [PATCH] Add Django MongoDB Backend to NoSQL Databases list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dab7e6..d1da47c 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ _Libraries for connecting and operating databases._ - [pymssql](https://github.com/pymssql/pymssql) - A simple database interface to Microsoft SQL Server. - NoSQL Databases - [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. + - [Django MongoDB Backend](https://github.com/mongodb/django-mongodb-backend) - Official MongoDB database backend for Django - [happybase](https://github.com/python-happybase/happybase) - A developer-friendly library for Apache HBase. - [kafka-python](https://github.com/dpkp/kafka-python) - The Python client for Apache Kafka. - [motor](https://github.com/mongodb/motor) - The async Python driver for MongoDB.