index.asciidoc 985 B

123456789101112131415161718192021
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-client-apps]]
  4. == SQL Client Applications
  5. Thanks to its <<sql-jdbc, JDBC>> interface, a broad range of third-party applications can use {es}'s SQL capabilities.
  6. This section lists, in alphabetical order, a number of them and their respective configuration - the list however is by no means comprehensive (feel free to https://www.elastic.co/blog/art-of-pull-request[submit a PR] to improve it):
  7. as long as the app can use the {es-sql} driver, it can use {es-sql}.
  8. * <<sql-client-apps-dbeaver, DBeaver>>
  9. * <<sql-client-apps-dbvis, DbVisualizer>>
  10. * <<sql-client-apps-squirrel, SQuirreL SQL>>
  11. * <<sql-client-apps-workbench, SQL Workbench>>
  12. NOTE: Each application has its own requirements and license; these are outside the scope of this documentation
  13. which covers only the configuration aspect with {es-sql}.
  14. include::dbeaver.asciidoc[]
  15. include::dbvis.asciidoc[]
  16. include::squirrel.asciidoc[]
  17. include::workbench.asciidoc[]