# Database Tools

This page highlights various MariaDB-supported SQL clients and tools that integrate with MariaDB Cloud to support various tasks such as database management, query execution, data visualization, and monitoring.

## DBeaver

A comprehensive database management tool that supports MariaDB Cloud and is recommended for CloudDBA users.

{% content-ref url="/pages/kGqCiH5EtPGmB3nh1rNn" %}
[DBeaver](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/dbeaver.md)
{% endcontent-ref %}

## DBGate

A lightweight, open-source database client available for MariaDB Cloud, with a modern interface and easy usage features.

{% content-ref url="/pages/4YHJK0dNeg6Yk0JGmtOS" %}
[DBGate](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/dbgate.md)
{% endcontent-ref %}

## HeidiSQL

A lightweight, Windows-based database client, which offers an intuitive interface to manage and query your MariaDB Cloud database services.

{% content-ref url="/pages/3MYzMUihgU5lzRamRn8C" %}
[HeidiSQL](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/heidisql.md)
{% endcontent-ref %}

## TablePlus

A popular GUI client that supports multiple operating systems, securely integrates with MariaDB Cloud, and offers an intuitive interface with fast query execution.

{% content-ref url="/pages/UUn5dzgxoAFetnh3h48a" %}
[TablePlus](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools/tableplus.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/database-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
