1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[4.1.x] Added YugabyteDB to list of third-party DB backends.

Backport of 860643e12e043d7b0b0c10ebe29d6ada017d95d7 from main
This commit is contained in:
Sfurti-yb 2022-04-12 10:27:24 +05:30 committed by Mariusz Felisiak
parent 3b332c6077
commit eaf9885392

View File

@ -1123,6 +1123,7 @@ by 3rd parties that allow you to use other databases with Django:
* `Google Cloud Spanner`_ * `Google Cloud Spanner`_
* `Microsoft SQL Server`_ * `Microsoft SQL Server`_
* `TiDB`_ * `TiDB`_
* `YugabyteDB`_
The Django versions and ORM features supported by these unofficial backends The Django versions and ORM features supported by these unofficial backends
vary considerably. Queries regarding the specific capabilities of these vary considerably. Queries regarding the specific capabilities of these
@ -1134,3 +1135,4 @@ the support channels provided by each 3rd party project.
.. _Google Cloud Spanner: https://pypi.org/project/django-google-spanner/ .. _Google Cloud Spanner: https://pypi.org/project/django-google-spanner/
.. _Microsoft SQL Server: https://pypi.org/project/mssql-django/ .. _Microsoft SQL Server: https://pypi.org/project/mssql-django/
.. _TiDB: https://pypi.org/project/django-tidb/ .. _TiDB: https://pypi.org/project/django-tidb/
.. _YugabyteDB: https://pypi.org/project/django-yugabytedb/