summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2022-04-20 14:11:17 +0800
committerGitHub <noreply@github.com>2022-04-20 08:11:17 +0200
commitc8c6a51a3877c0afde4a85edd36ad308dc8909de (patch)
treeebb3f1ca00da7c07a5b74d75f9bed59576c2d602 /docs/ref/databases.txt
parent470708f50d8c13a50770893b8d7181f5218bf3ac (diff)
Added TiDB to list of third-party DB backends.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 2886206959..1129be600c 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -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/