]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Squashed commit of the following:
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Nov 2019 14:42:42 +0000 (09:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Nov 2019 14:43:16 +0000 (09:43 -0500)
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
(cherry picked from commit 6ccf862747783346221d02d4e804f0ef11c9fc64)

doc/build/dialects/index.rst

index 9c300e5496e17ba23712a2682903cf7b449dd684..475ccd44724a7ab2b4a95615fa6f7ef699527657 100644 (file)
@@ -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.