]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
list sqlalchemy-access as external dialect
authorGord Thompson <gord@gordthompson.com>
Tue, 8 Oct 2019 12:27:05 +0000 (06:27 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2019 19:49:41 +0000 (15:49 -0400)
doc/build/dialects/index.rst

index 0d5a904aa813ab823fec82eca4f9129eef862520..91611c119b8a3f98f8cd2a395356e6f0314245d9 100644 (file)
@@ -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/>`_.