summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2023-04-16 19:22:45 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-17 06:55:39 +0200
commit57f2b935b34d148c3c0d906fc8256765004b7b77 (patch)
tree3a7f147412c53ff43548e08d9b22a78e296c734c /docs
parent2c4dc6476083c853b654e462c7ff65dbe0334c9e (diff)
downloaddjango-57f2b935b34d148c3c0d906fc8256765004b7b77.tar.gz
Added Snowflake to list of third-party DB backends.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 913853d0e7..3768325e11 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1179,6 +1179,7 @@ by 3rd parties that allow you to use other databases with Django:
* :pypi:`Firebird <django-firebird>`
* :pypi:`Google Cloud Spanner <django-google-spanner>`
* :pypi:`Microsoft SQL Server <mssql-django>`
+* :pypi:`Snowflake <django-snowflake>`
* :pypi:`TiDB <django-tidb>`
* :pypi:`YugabyteDB <django-yugabytedb>`