summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-18 20:56:56 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-18 20:56:56 -0500
commit0087ec7286416d160f9919a1202bfec526f62fc1 (patch)
tree5fa628c94988bb3e872265050ccee9b29b4a0fd5
parent1af8e2491dcbed723d2cdafd44fd37f1a6908e91 (diff)
downloadsqlalchemy-0087ec7286416d160f9919a1202bfec526f62fc1.tar.gz
akiban-> foundationdb
-rw-r--r--doc/build/dialects/index.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst
index 3537f907a..19d823f4d 100644
--- a/doc/build/dialects/index.rst
+++ b/doc/build/dialects/index.rst
@@ -51,11 +51,10 @@ Production Ready
Experimental / Incomplete
^^^^^^^^^^^^^^^^^^^^^^^^^^
-Dialects that were started but are not in a completed state. Code contributions
-welcome here.
+Dialects that are in an incomplete state or are considered somewhat experimental.
+* `sqlalchemy-foundationdb <https://github.com/FoundationDB/sql-layer-adapter-sqlalchemy>`_ - driver and ORM extensions for the `Foundation DB <http://foundationdb.com/>`_ database, making use of the `FoundationDB SQL Layer <https://foundationdb.com/layers/sql/index.html>`_.
* `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.
Attic