1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00

Added TiDB to list of third-party DB backends.

This commit is contained in:
Xiang Zhang 2022-04-20 14:11:17 +08:00 committed by GitHub
parent 470708f50d
commit c8c6a51a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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