How to connect to Trino with DBeaver

Learn how to connect to Trino on Starburst using DBeaver.

Before you begin, ensure that you have the following:

  • Access to your Starburst environment (Galaxy or Starburst Enterprise)
  • Your Starburst username and password
  • DBeaver installed

You can connect to a Trino environment hosted on Starburst (Galaxy or Enterprise) from DBeaver using standard username and password authentication.

  1. Open DBeaver.
  2. Start a new Trino database connection.
    1. Click the plug icon (New Database Connection).
    2. In the search field, type Trino.
    3. Select Trino from the list.
    4. Click Next.
  3. Configure the connection settings on the Main tab.
    Host

    Enter your full Starburst cluster URL.

    Examples:

    • Galaxy: [***YOUR CLUSTER***].starburstdata.com
    • Enterprise: your Starburst Enterprise (SEP) host
    Port

    Use 443 for Starburst Galaxy. Starburst Enterprise typically uses 8443 for HTTPS.

    Database / Schema

    Leave this field empty for the initial connection. You can define the catalog and schema later.

    Username

    Enter your Starburst username.

    Password

    Enter your Starburst password.

  4. Open the Driver Properties tab.
  5. Set SSL to true to enable TLS for the connection to the cluster.
  6. Click Test Connection to validate connectivity.
  7. If the test succeeds, click Finish.

You can query Trino catalogs and schemas from DBeaver using your Starburst credentials.