summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGord Thompson <gord@gordthompson.com>2019-10-08 06:27:05 -0600
committerMike Bayer <mike_mp@zzzcomputing.com>2019-10-08 15:49:41 -0400
commitcab08ea1834ac519f124789b835afa6832972b1c (patch)
tree8e755a428b5c09859b4661293ec1c4add5d1d106
parent9a707d4d246a409ef77a0393537c2a8b6973431a (diff)
downloadsqlalchemy-cab08ea1834ac519f124789b835afa6832972b1c.tar.gz
list sqlalchemy-access as external dialect
-rw-r--r--doc/build/dialects/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst
index 0d5a904aa..91611c119 100644
--- a/doc/build/dialects/index.rst
+++ b/doc/build/dialects/index.rst
@@ -25,7 +25,7 @@ Included Dialects
Included, but not currently supported dialects
----------------------------------------------
-The following dialects have implementations wtihin SQLAlchemy however are not
+The following dialects have implementations within SQLAlchemy, but they are not
part of continuous integration testing nor are they actively developed.
These dialects may be removed in future major releases.
@@ -58,3 +58,5 @@ Currently maintained external dialect projects for SQLAlchemy include:
* `sqlalchemy-tds <https://github.com/m32/sqlalchemy-tds>`_ - driver for MS-SQL,
on top of `python-tds <https://github.com/denisenkom/pytds>`_.
* `crate <https://github.com/crate/crate-python>`_ - driver for `CrateDB <https://crate.io/>`_.
+* `sqlalchemy-access <https://pypi.org/project/sqlalchemy-access/>`_ - driver for Microsoft Access,
+ on top of `pyodbc <https://pypi.org/project/pyodbc/>`_.