Add a Database Connection
Create new connection
In DBeaver, click the New Database Connection button. It usually looks like a plug with a plus on it.
Select Trino database
You’ll be taken to the “Connect to a database” screen. Find and select Trino from the list of accepted databases, then click on it.

Configure connection details
You’ll be taken to a screen where you can fill in your connection details. Make sure to click Connect by host, then fill in the connection parameters using the values from the Connection Parameters section.

Run a Test Query
After configuring your connection, you can run a query to verify that everything is working.Open SQL editor
Right-click on your Dune database connection and navigate to the SQL Editor section. This will open up a new SQL editor.
Write your SQL query
In the SQL editor, you can write all of your Dune-compatible SQL. Paste the example query below into the editor.
