Databend supports multiple connection methods to suit different use cases. All options below work with both **Databend Cloud** and **self-hosted Databend**. ## Quick Selection | I want to... | Recommended | Link | |-------------|-------------|------| | Run SQL queries interactively | **BendSQL** (CLI) or **DBeaver** (GUI) | [SQL Clients](/guides/connect/sql-clients) | | Build an application | Language-specific **Driver** | [Drivers](/guides/connect/drivers) | | Create dashboards & reports | **BI/Visualization Tools** | [Visualization](/guides/connect/visualization) | ## Connection Strings | Deployment | Format | |------------|--------| | **Databend Cloud** | `databend://:@.gw..default.databend.com:443/?warehouse=` | | **Self-Hosted** | `databend://:@:/` | :::tip[Getting Your Connection String] - **Databend Cloud**: Log in → Click **Connect** → Copy the generated DSN - **Self-Hosted**: Use your server address with the configured user credentials ::: ## SQL Clients | Tool | Type | Best For | |------|------|----------| | [BendSQL](/guides/connect/sql-clients/bendsql) | CLI | Developers, Scripting, Automation | | [DBeaver](/guides/connect/sql-clients/jdbc) | GUI | Data Analysis, Visual Query Building | ## Drivers | Language | Guide | |----------|-------| | Go | [Golang Driver](/guides/connect/drivers/golang) | | Python | [Python Connector](/guides/connect/drivers/python) | | Node.js | [Node.js Driver](/guides/connect/drivers/nodejs) | | Java | [JDBC Driver](/guides/connect/drivers/java) | | Rust | [Rust Driver](/guides/connect/drivers/rust) | ## Visualization Tools | Tool | Type | |------|------| | [Grafana](/guides/connect/visualization/grafana) | Monitoring & Dashboards | | [Tableau](/guides/connect/visualization/tableau) | Business Intelligence | | [Superset](/guides/connect/visualization/superset) | Data Exploration | | [Metabase](/guides/connect/visualization/metabase) | Self-Service BI | | [Jupyter](/guides/connect/visualization/jupyter) | Data Science Notebooks | | [Deepnote](/guides/connect/visualization/deepnote) | Collaborative Notebooks | | [MindsDB](/guides/connect/visualization/mindsdb) | ML Platform | | [Redash](/guides/connect/visualization/redash) | SQL-Based Dashboards |