mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible. Relates to #79309, #31619
23 lines
624 B
Text
23 lines
624 B
Text
:odbc: {es-sql} ODBC Driver
|
|
|
|
[[sql-odbc]]
|
|
== SQL ODBC
|
|
|
|
[[sql-odbc-overview]]
|
|
[discrete]
|
|
=== Overview
|
|
|
|
{odbc} is a 3.80 compliant ODBC driver for {es}.
|
|
It is a core level driver, exposing all of the functionality accessible through
|
|
the {es}'s SQL API, converting ODBC calls into {es-sql}.
|
|
|
|
In order to make use of the driver, the server must have {es-sql} installed and
|
|
running with the valid license.
|
|
|
|
* <<sql-odbc-installation, Driver installation>>
|
|
* <<sql-odbc-setup, Configuration>>
|
|
|
|
include::odbc/installation.asciidoc[]
|
|
include::odbc/configuration.asciidoc[]
|
|
|
|
// vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138
|