Ticket #16152: adsdb.diff

File adsdb.diff, 758 bytes (added by Stephen Burrows, 13 years ago)
  • docs/ref/databases.txt

    diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
    index 8d8e1e8..4c9d012 100644
    a b by 3rd parties that allow you to use other databases with Django:  
    719719* `Microsoft SQL Server 2005`_
    720720* Firebird_
    721721* ODBC_
     722* ADSDB_
    722723
    723724The Django versions and ORM features supported by these unofficial backends
    724725vary considerably. Queries regarding the specific capabilities of these
    the support channels provided by each 3rd party project.  
    730731.. _Microsoft SQL Server 2005: http://code.google.com/p/django-mssql/
    731732.. _Firebird: http://code.google.com/p/django-firebird/
    732733.. _ODBC: http://code.google.com/p/django-pyodbc/
     734.. _ADSDB: http://code.google.com/p/adsdb-django/
Back to Top