# Connect to Redpanda SQL

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [cloud-data-platform-full.txt](https://docs.redpanda.com/cloud-data-platform-full.txt)

---
title: Connect to Redpanda SQL
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
latest-redpanda-tag: v26.1.9
docname: connect-to-sql/index
page-component-name: cloud-data-platform
page-version: master
page-component-version: master
page-component-title: Cloud
page-relative-src-path: connect-to-sql/index.adoc
page-edit-url: https://github.com/redpanda-data/cloud-docs/edit/main/modules/sql/pages/connect-to-sql/index.adoc
description: Connect to Redpanda SQL using PostgreSQL-compatible drivers and tools.
page-git-created-date: "2026-05-26"
page-git-modified-date: "2026-05-26"
---

<!-- Source: https://docs.redpanda.com/cloud-data-platform/sql/connect-to-sql.md -->

-   [Authenticate to Redpanda SQL](authenticate/)

    Authenticate to Redpanda SQL with an OIDC bearer token, OIDC client credentials, or a SCRAM username and password for legacy clients.

-   [Psycopg2](language-clients/psycopg2/)

    Connect to Redpanda SQL from Python using the Psycopg2 PostgreSQL adapter.

-   [Java (JDBC)](language-clients/java-jdbc/)

    Connect to Redpanda SQL from Java using Java Database Connectivity (JDBC).

-   [PHP (PDO)](language-clients/php-pdo/)

    Connect to Redpanda SQL from PHP using PHP Data Objects (PDO).

-   [C# (Dapper - Npgsql)](language-clients/dotnet-dapper/)

    Connect to Redpanda SQL from C# using the Dapper ORM and the Npgsql PostgreSQL provider.