From: Mike Bayer Date: Mon, 28 Oct 2019 19:24:56 +0000 (-0400) Subject: Squashed commit of the following: X-Git-Tag: rel_1_4_0b1~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4755e1fb41dd396ffef0b4ae93a3cbc0c151f695;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Squashed commit of the following: commit 358500f542c3a8c707222bd2fea9478258b3d8d3 Author: Daniel Gaspar Date: Fri Oct 25 09:39:41 2019 +0100 [docs] Fix, typo commit b68127b842849ffcc19c311e4b9b4afcc16395ca Author: Daniel Gaspar Date: Fri Oct 25 09:29:43 2019 +0100 [docs] Elasticsearch dialect and dbapi Change-Id: I5c67eca606be382f801facae3546ab6c499e9e63 --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 60dcabbd7f..9c300e5496 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -61,3 +61,4 @@ Currently maintained external dialect projects for SQLAlchemy include: * `crate `_ - driver for `CrateDB `_. * `sqlalchemy-access `_ - driver for Microsoft Access, on top of `pyodbc `_. +* `elasticsearch-dbapi `_ - readonly driver for Elasticsearch.