mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #21585 -- Updated some links to 3rd party database projects.
Thanks graeme.perrow at sap.com for the original report.
This commit is contained in:
parent
cc2d960274
commit
23d9f517dc
2 changed files with 8 additions and 18 deletions
|
@ -86,19 +86,9 @@ from other databases, so if you are working on something substantial, it's
|
|||
recommended to develop with the same database as you plan on using in
|
||||
production.
|
||||
|
||||
In addition to the officially supported databases, there are backends provided
|
||||
by 3rd parties that allow you to use other databases with Django:
|
||||
|
||||
* `Sybase SQL Anywhere`_
|
||||
* `IBM DB2`_
|
||||
* `Microsoft SQL Server 2005`_
|
||||
* Firebird_
|
||||
* ODBC_
|
||||
|
||||
The Django versions and ORM features supported by these unofficial backends
|
||||
vary considerably. Queries regarding the specific capabilities of these
|
||||
unofficial backends, along with any support queries, should be directed to the
|
||||
support channels provided by each 3rd party project.
|
||||
In addition to the officially supported databases, there are :ref:`backends
|
||||
provided by 3rd parties <third-party-notes>` that allow you to use other
|
||||
databases with Django.
|
||||
|
||||
In addition to a database backend, you'll need to make sure your Python
|
||||
database bindings are installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue