diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-18 20:58:46 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-18 20:58:46 -0500 |
commit | 3509ea9685f994e8e0dc68e4d280dc64c50180fc (patch) | |
tree | 03c8d47d76096c539abf673fc9d253a7f3b514fe | |
parent | 070c745a86970f86f637029cd0667e3ce2ed6267 (diff) | |
download | sqlalchemy-3509ea9685f994e8e0dc68e4d280dc64c50180fc.tar.gz |
attic
-rw-r--r-- | doc/build/dialects/index.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index a40f564d1..fabdb44d9 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -56,8 +56,19 @@ 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-access <https://bitbucket.org/zzzeek/sqlalchemy-access>`_ - driver for Microsoft Access. * `sqlalchemy-cubrid <https://bitbucket.org/zzzeek/sqlalchemy-cubrid>`_ - driver for the CUBRID database. + +Attic +^^^^^ + +Dialects in the "attic" are those that were contributed for SQLAlchemy long ago +but have received little attention or demand since then, and are now moved out to +their own repositories in at best a semi-working state. +Community members interested in these dialects should feel free to pick up on +their current codebase and fork off into working libraries. + +* `sqlalchemy-access <https://bitbucket.org/zzzeek/sqlalchemy-access>`_ - driver for Microsoft Access. +* `sqlalchemy-informixdb <https://bitbucket.org/zzzeek/sqlalchemy-informixdb>`_ - driver for the informixdb DBAPI. * `sqlalchemy-maxdb <https://bitbucket.org/zzzeek/sqlalchemy-maxdb>`_ - driver for the MaxDB database |