1
0
mirror of https://github.com/django/django.git synced 2025-07-07 11:19:12 +00:00

[4.0.x] Added TiDB to list of third-party DB backends.

Backport of c8c6a51a3877c0afde4a85edd36ad308dc8909de from main
This commit is contained in:
Xiang Zhang 2022-04-20 14:11:17 +08:00 committed by Mariusz Felisiak
parent f33c636372
commit 7ac2cd638f

View File

@ -1110,6 +1110,7 @@ by 3rd parties that allow you to use other databases with Django:
* `Firebird`_ * `Firebird`_
* `Google Cloud Spanner`_ * `Google Cloud Spanner`_
* `Microsoft SQL Server`_ * `Microsoft SQL Server`_
* `TiDB`_
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
@ -1120,3 +1121,4 @@ the support channels provided by each 3rd party project.
.. _Firebird: https://pypi.org/project/django-firebird/ .. _Firebird: https://pypi.org/project/django-firebird/
.. _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/