Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions presto-docs/src/main/sphinx/clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Presto Clients

clients/presto-cli
clients/presto-console
clients/dbeaver
29 changes: 29 additions & 0 deletions presto-docs/src/main/sphinx/clients/dbeaver.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
=======
DBeaver
=======

`DBeaver <https://dbeaver.io/>`_ is a multiplatform open source database tool. Follow these steps to configure DBeaver to query Presto.

Install and Run DBeaver
=======================

Download and install DBeaver from `DBeaver Download <https://dbeaver.io/download/>`_, then launch DBeaver.

Configure DBeaver
=================

1. In DBeaver, select **Database** > **New Database Connection**.

2. Select **PrestoDB**, then **Next**. If the **Main** tab is not selected, select it.

3. If the Presto server is not running locally, select **URL** and edit the default value in **JDBC URL**.

4. In **Username**, enter a user name - the default is `admin`.

5. Select **Test Connection**.

Note: You may be prompted to download a driver. If needed, follow the prompts in the popup **Driver settings** window to do so.

When successful, a **Connection test** window is displayed that shows "Connected".

6. Select **Finish**.