odbc.asciidoc 627 B

123456789101112131415161718192021222324252627
  1. :es: Elasticsearch
  2. :es-sql: {es} SQL
  3. :version: 6.5.0
  4. :product: {es-sql} ODBC Driver
  5. [role="xpack"]
  6. [testenv="platinum"]
  7. [[sql-odbc]]
  8. == SQL ODBC
  9. [[sql-odbc-overview]]
  10. [float]
  11. === Overview
  12. experimental[]
  13. {product} is a feature-rich 3.80 ODBC driver for {es}.
  14. It is a core level driver, exposing all of the functionality accessible through the {es}'s SQL ODBC API, converting ODBC calls into
  15. {es-sql}.
  16. * <<sql-odbc-installation, Driver installation>>
  17. * <<sql-odbc-setup, Configuration>>
  18. include::odbc/installation.asciidoc[]
  19. include::odbc/configuration.asciidoc[]
  20. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138