---
title: Integrate DBeaver with Tiger Cloud | Tiger Data Docs
description: Manage and query your data with a cross-platform SQL editor and administration tool
---

[DBeaver](https://dbeaver.io/) is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. DBeaver provides an SQL editor, administration features, data and schema migration, and the ability to monitor database connection sessions.

This page explains how to integrate DBeaver with your Tiger Cloud service.

## Prerequisites

To follow the procedure on this page you need to:

- Create a [target Tiger Cloud service](/docs/get-started/quickstart/create-service/index.md).

  This procedure also works for [self-hosted TimescaleDB](/docs/get-started/choose-your-path/install-timescaledb/index.md).

* Download and install [DBeaver](https://dbeaver.io/download/).

## Connect DBeaver to your service

To connect to Tiger Cloud:

1. **Start `DBeaver`**

2. **In the toolbar, click the plug+ icon**

3. **In `Connect to a database` search for `TimescaleDB`**

4. **Select `TimescaleDB`, then click `Next`**

5. **Configure the connection**

   Use your [connection details](/docs/integrate/find-connection-details/index.md) to add your connection settings.

   ![DBeaver connected to a Tiger Cloud service](/docs/_astro/integrations-dbeaver.jLzfPGT3_282ge0.webp)

   If you configured your service to connect using a [stricter SSL mode](/docs/deploy/tiger-cloud/tiger-cloud-aws/security/strict-ssl/index.md), in the `SSL` tab check `Use SSL` and set `SSL mode` to the configured mode. Then, in the `CA Certificate` field type the location of the SSL root CA certificate.

6. **Click `Test Connection`. When the connection is successful, click `Finish`**

   Your connection is listed in the `Database Navigator`.

You have successfully integrated DBeaver with Tiger Cloud.
