For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supabase Direct Connection

Set up the Supabase Direct Connection connector in Pandium using your project reference and database password so tenants can sync data directly against the underlying Postgres database securely at sca

Connector Overview

Supabase is an open-source backend platform built on Postgres that gives developers a database, authentication, storage, and an auto-generated REST API out of the box. This connector authenticates directly against a project's underlying Postgres database.

Authentication Type

Basic

Webhook Supported

Yes

Secrets

  • PAN_SEC_SUPABASE_DIRECT_PROJECT_REFERENCE

  • PAN_SEC_SUPABASE_DIRECT_DB_PASSWORD

API Client Supported

No

Requirements for Provisioning

No provisioning is required for this connector.

How to Connect Your Integration

Upon successfully creating a tenant, you will use the following information to connect to Supabase:

  • Project Reference

  • Database Password

To obtain the information required for setting up, perform the following steps:

  1. Log into your Supabase dashboard and select the project.

  2. Navigate to Project Settings > Database.

  3. Project Reference - Copy the project reference shown in the connection info (also found in the project URL).

  4. Database Password - Use the database password set when the project was created, or reset it from this page.

API Resources

For more information on how to utilize direct Postgres connections to Supabase, feel free to reference the following documentation.

Last updated

Was this helpful?