diff options
| author | Sfurti-yb <sfurtisarah@gmail.com> | 2022-04-12 10:27:24 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-06-16 07:58:11 +0200 |
| commit | 860643e12e043d7b0b0c10ebe29d6ada017d95d7 (patch) | |
| tree | 1230590ef02e46dc78c41f39731e17ec888bc42b /docs/ref/databases.txt | |
| parent | ef9121f3e6f62060d2904fb1811dbe7d74834686 (diff) | |
Added YugabyteDB to list of third-party DB backends.
Diffstat (limited to 'docs/ref/databases.txt')
| -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 ff62fbef3a..05ae78b876 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1118,6 +1118,7 @@ by 3rd parties that allow you to use other databases with Django: * `Google Cloud Spanner`_ * `Microsoft SQL Server`_ * `TiDB`_ +* `YugabyteDB`_ The Django versions and ORM features supported by these unofficial backends vary considerably. Queries regarding the specific capabilities of these @@ -1129,3 +1130,4 @@ the support channels provided by each 3rd party project. .. _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/ +.. _YugabyteDB: https://pypi.org/project/django-yugabytedb/ |
