Merge pull request #2854 from alexbevi/patch-2

Add Django MongoDB Backend
This commit is contained in:
Vinta Chen
2026-01-14 17:51:20 +08:00
committed by GitHub

View File

@@ -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.