-Access
-======
+Microsoft Access
+================
.. automodule:: sqlalchemy.dialects.access.base
sqlalchemy.databases
====================
+Supported Databases
+-------------------
+
+These backends are fully operational with
+current versions of SQLAlchemy.
+
.. toctree::
:glob:
- access
firebird
- informix
- maxdb
mssql
mysql
oracle
postgresql
sqlite
+
+Unsupported Databases
+---------------------
+
+These backends are untested and may not be completely
+ported to current versions of SQLAlchemy.
+
+.. toctree::
+ :glob:
+
+ access
+ informix
+ maxdb
sybase
-SQL Server
-==========
+Microsoft SQL Server
+====================
.. automodule:: sqlalchemy.dialects.mssql.base
.. automodule:: sqlalchemy.dialects.oracle.base
cx_Oracle Notes
-===============
+---------------
.. automodule:: sqlalchemy.dialects.oracle.cx_oracle
# the MIT License: http://www.opensource.org/licenses/mit-license.php
"""
-Support for the Access database via pyodbc.
+Support for the Microsoft Access database.
This dialect is *not* tested on SQLAlchemy 0.6.
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
-"""Informix support.
+"""Support for the Informix database.
---- THIS DIALECT IS NOT TESTED ON 0.6 ---
+This dialect is *not* tested on SQLAlchemy 0.6.
"""
"""Support for the MaxDB database.
--- NOT TESTED ON 0.6 --
-
-TODO: More module docs! MaxDB support is currently experimental.
+This dialect is *not* tested on SQLAlchemy 0.6.
Overview
--------
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
-"""
-Sybase iAnywhere backend. This is not a full backend for Sybase ASE.
+"""Support for the Sybase iAnywhere database.
+
+This is not a full backend for Sybase ASE.
+This dialect is *not* tested on SQLAlchemy 0.6.
Known issues / TODO: