diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-11-06 09:42:42 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-11-06 09:42:42 -0500 |
commit | 6ccf862747783346221d02d4e804f0ef11c9fc64 (patch) | |
tree | 2fbb8bbef435e36a302b047269c00e566ed8aff9 | |
parent | 98f7c0c080ebbc8236fc0cc98970cb1b0112c01e (diff) | |
download | sqlalchemy-6ccf862747783346221d02d4e804f0ef11c9fc64.tar.gz |
Squashed commit of the following:
commit e7fc2b2a73789460a29534e3566880313542f218
Author: Daniel Gaspar <danielvazgaspar@gmail.com>
Date: Mon Nov 4 14:49:54 2019 +0000
[docs] Fix, missing dot
commit 751d269d369fb52f079eb14e7b455da402623961
Author: Daniel Gaspar <danielvazgaspar@gmail.com>
Date: Mon Nov 4 14:46:01 2019 +0000
[docs] Apache Druid and Google sheets dialects
Change-Id: I6462b310635210649564ce0399393ec194daf774
-rw-r--r-- | doc/build/dialects/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 9c300e549..475ccd447 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -62,3 +62,5 @@ Currently maintained external dialect projects for SQLAlchemy include: * `sqlalchemy-access <https://pypi.org/project/sqlalchemy-access/>`_ - driver for Microsoft Access, on top of `pyodbc <https://pypi.org/project/pyodbc/>`_. * `elasticsearch-dbapi <https://github.com/preset-io/elasticsearch-dbapi/>`_ - readonly driver for Elasticsearch. +* `pydruid <https://github.com/druid-io/pydruid>`_ - driver for Apache Druid. +* `gsheets <https://github.com/betodealmeida/gsheets-db-api>`_ - driver for Google Sheets. |