diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-18 20:56:56 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-18 20:58:10 -0500 |
commit | 070c745a86970f86f637029cd0667e3ce2ed6267 (patch) | |
tree | 5e9cdc27eeceae7d259bb3d7a68a476634f21985 | |
parent | aace3b0e9694e393605abea91a1b25da4d162c3c (diff) | |
download | sqlalchemy-070c745a86970f86f637029cd0667e3ce2ed6267.tar.gz |
akiban-> foundationdb
Conflicts:
doc/build/dialects/index.rst
-rw-r--r-- | doc/build/dialects/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index d99941236..a40f564d1 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -52,9 +52,11 @@ Production Ready Experimental / Incomplete ^^^^^^^^^^^^^^^^^^^^^^^^^^ -* `sqlalchemy-access <https://bitbucket.org/zzzeek/sqlalchemy-access>`_ - driver for Microsoft Access. +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-access <https://bitbucket.org/zzzeek/sqlalchemy-access>`_ - driver for Microsoft Access. * `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 |