We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128179c commit 947d270Copy full SHA for 947d270
docs/ref/databases.txt
@@ -1067,6 +1067,7 @@ by 3rd parties that allow you to use other databases with Django:
1067
1068
* `CockroachDB`_
1069
* `Firebird`_
1070
+* `Google Cloud Spanner`_
1071
* `Microsoft SQL Server`_
1072
1073
The Django versions and ORM features supported by these unofficial backends
@@ -1076,4 +1077,5 @@ the support channels provided by each 3rd party project.
1076
1077
1078
.. _CockroachDB: https://pypi.org/project/django-cockroachdb/
1079
.. _Firebird: https://pypi.org/project/django-firebird/
1080
+.. _Google Cloud Spanner: https://pypi.org/project/django-google-spanner/
1081
.. _Microsoft SQL Server: https://pypi.org/project/django-mssql-backend/
0 commit comments