diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-10-28 15:24:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-10-28 15:24:56 -0400 |
| commit | 4755e1fb41dd396ffef0b4ae93a3cbc0c151f695 (patch) | |
| tree | 151d000e74a843d43a700ca9ec6a7f6fa9c010bb | |
| parent | 12623517def001caa275c2af172405e336c731ab (diff) | |
| download | sqlalchemy-4755e1fb41dd396ffef0b4ae93a3cbc0c151f695.tar.gz | |
Squashed commit of the following:
commit 358500f542c3a8c707222bd2fea9478258b3d8d3
Author: Daniel Gaspar <danielvazgaspar@gmail.com>
Date: Fri Oct 25 09:39:41 2019 +0100
[docs] Fix, typo
commit b68127b842849ffcc19c311e4b9b4afcc16395ca
Author: Daniel Gaspar <danielvazgaspar@gmail.com>
Date: Fri Oct 25 09:29:43 2019 +0100
[docs] Elasticsearch dialect and dbapi
Change-Id: I5c67eca606be382f801facae3546ab6c499e9e63
| -rw-r--r-- | doc/build/dialects/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 60dcabbd7..9c300e549 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 <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/>`_. +* `elasticsearch-dbapi <https://github.com/preset-io/elasticsearch-dbapi/>`_ - readonly driver for Elasticsearch. |
