]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add monetdb
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Oct 2013 17:43:26 +0000 (13:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Oct 2013 17:45:59 +0000 (13:45 -0400)
- break out into "production" and "experimental"

doc/build/dialects/index.rst

index abf6e44f685cd1210a1eda3fad7625013bf06440..b2e4acaf7866e280e9dc77d65bbee7ac0d8ffd73 100644 (file)
@@ -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