﻿---
title: SQL Workbench/J
description: You can use the Elasticsearch JDBC driver to access Elasticsearch data from SQL Workbench/J. SQL Workbench/J build 125 or higher, Elasticsearch SQL JDBC...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/sql/sql-client-apps-workbench
products:
  - Elasticsearch
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# SQL Workbench/J
You can use the Elasticsearch JDBC driver to access Elasticsearch data from SQL Workbench/J.
<important>
  Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, reach out to its vendor.
</important>


## Prerequisites

- [SQL Workbench/J](https://www.sql-workbench.eu/) build 125 or higher
- Elasticsearch SQL [JDBC driver](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/sql/sql-jdbc)


## Add Elasticsearch JDBC driver

Add the Elasticsearch JDBC driver to SQL Workbench/J through **Manage Drivers** either from the main windows in the **File** menu or from the **Connect** window:
![workbench 1 manage drivers](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/images/elasticsearch-reference-workbench-1-manage-drivers.png)
Select **Elasticsearch** profile from the left-hand side (if it is missing check the SQL Workbench/J version or add a new entry to the list through the blank page button in the upper left corner):
![workbench 2 select driver](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/images/elasticsearch-reference-workbench-2-select-driver.png)
Add the JDBC jar (if the driver name hasn’t been picked up already,  click on the magnifier button):
![workbench 3 add jar](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/images/elasticsearch-reference-workbench-3-add-jar.png)

## Create a new connection profile

With the driver configured, create a new connection profile through **File** > **Connect Window** (or Alt+C shortcut):
![workbench 4 connection](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/images/elasticsearch-reference-workbench-4-connection.png)
Select the previously configured driver and set the URL of your cluster using the JDBC syntax. Verify the connection through the **Test** button - a confirmation window should appear that everything is properly configured.
The setup is complete.

## Execute SQL queries

SQL Workbench/J is ready to talk to Elasticsearch through SQL: click on the profile created to execute statements or explore the data:
![workbench 5 data](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/query-languages/images/elasticsearch-reference-workbench-5-data.png)