diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-01 13:43:26 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-01 13:44:53 -0400 |
| commit | 78c5249bf7d39c3aaa4954c7815a1ef48f2776db (patch) | |
| tree | 9839468074e6122508d04b3fff16f1ae75a022fe | |
| parent | 3d4d93332951a790e7d74afc5a3e13ed2523fe90 (diff) | |
| download | sqlalchemy-78c5249bf7d39c3aaa4954c7815a1ef48f2776db.tar.gz | |
- add monetdb
- break out into "production" and "experimental"
| -rw-r--r-- | doc/build/dialects/index.rst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index abf6e44f6..b2e4acaf7 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -42,11 +42,19 @@ External Dialects Current external dialect projects for SQLAlchemy include: +Production Ready +^^^^^^^^^^^^^^^^ + * `ibm_db_sa <http://code.google.com/p/ibm-db/wiki/README>`_ - driver for IBM DB2, developed jointly by IBM and SQLAlchemy developers. +* `sqlalchemy-monetdb <https://github.com/gijzelaerr/sqlalchemy-monetdb>`_ - driver for MonetDB. + +Experimental / Incomplete +^^^^^^^^^^^^^^^^^^^^^^^^^^ + * `sqlalchemy-access <https://bitbucket.org/zzzeek/sqlalchemy-access>`_ - driver for Microsoft Access. +* `CALCHIPAN <https://bitbucket.org/zzzeek/calchipan/>`_ - Adapts `Pandas <http://pandas.pydata.org/>`_ dataframes to SQLAlchemy. * `sqlalchemy-akiban <https://github.com/zzzeek/sqlalchemy_akiban>`_ - driver and ORM extensions for the `Akiban <http://www.akiban.com>`_ database. * `sqlalchemy-cubrid <https://bitbucket.org/zzzeek/sqlalchemy-cubrid>`_ - driver for the CUBRID database. -* `sqlalchemy-maxdb <https://bitbucket.org/zzzeek/sqlalchemy-maxdb>`_ - driver for the MaxDB database. -* `CALCHIPAN <https://bitbucket.org/zzzeek/calchipan/>`_ - Adapts `Pandas <http://pandas.pydata.org/>`_ dataframes to SQLAlchemy. +* `sqlalchemy-maxdb <https://bitbucket.org/zzzeek/sqlalchemy-maxdb>`_ - driver for the MaxDB database |
