summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorVikash Singh <3116482+vi3k6i5@users.noreply.github.com>2021-10-29 23:51:30 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-11-01 08:47:41 +0100
commit125f9afc2c42449ee79283fefa778651acfd4aed (patch)
treeeca27adc26517b464a8107988cbef3388e3323a0 /docs/ref/databases.txt
parentad81b606a2b5276397460a654fc7ad901a54b91e (diff)
downloaddjango-125f9afc2c42449ee79283fefa778651acfd4aed.tar.gz
Added Google Cloud Spanner 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 acfed4866a..160b5b405e 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1104,6 +1104,7 @@ by 3rd parties that allow you to use other databases with Django:
* `CockroachDB`_
* `Firebird`_
+* `Google Cloud Spanner`_
* `Microsoft SQL Server`_
The Django versions and ORM features supported by these unofficial backends
@@ -1113,4 +1114,5 @@ the support channels provided by each 3rd party project.
.. _CockroachDB: https://pypi.org/project/django-cockroachdb/
.. _Firebird: https://pypi.org/project/django-firebird/
+.. _Google Cloud Spanner: https://pypi.org/project/django-google-spanner/
.. _Microsoft SQL Server: https://pypi.org/project/django-mssql-backend/