diff options
| author | Vikash Singh <3116482+vi3k6i5@users.noreply.github.com> | 2021-10-29 23:51:30 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-01 10:10:54 +0100 |
| commit | 947d2707c6b32058a2dd09b798850e8584f87d1c (patch) | |
| tree | f2f5a8016974d075e31e9a8f4a439464ba8565e8 /docs/ref | |
| parent | 128179c0f8381b8fa0c9e630ce2e4a24665fb728 (diff) | |
[3.2.x] Added Google Cloud Spanner to list of third-party DB backends.
Backport of 125f9afc2c42449ee79283fefa778651acfd4aed from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 339e17c42c..89341ad798 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1067,6 +1067,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 @@ -1076,4 +1077,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/ |
