summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2022-04-20 14:11:17 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-04-20 08:12:55 +0200
commit7ac2cd638f9b674408ca8fc5bd467ecea18ad51f (patch)
tree1dee17e96c47d2406f3749d41307ab3df0f21896 /docs
parentf33c636372f7092e12ff2780506054128e347490 (diff)
[4.0.x] Added TiDB to list of third-party DB backends.
Backport of c8c6a51a3877c0afde4a85edd36ad308dc8909de from main
Diffstat (limited to 'docs')
-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 b0b9259da0..15acc2c8f0 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1110,6 +1110,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
@@ -1120,3 +1121,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/