Supabase

This section covers the integration with Supabase.

The Supabase Database config is the way Ardent gains the ability to work with data in your Supabase Database. It is designed to take in basic auth credentials and use that to automatically understand the data within your database and tables so you can perform operations on it.

Usage

To use the Supabase integration with Ardent, you need to provide the necessary configuration details. Here's an example of how to set up the Supabase config:

  1. Find the Configs Section: Go to the configs section in the app

    Find the configs section

  2. Add a Config: Click Add New Config

Add New Config

  1. Select Config: Select the Supabase config

Add New Config

  1. Enter Values and Save Config: Configs will not save until you hit "save". Enter the necessary information for your config and hit Save
    • Project URL: Your Supabase project URL
    • API Key: Your Supabase API key

Supabase Setup

Connection Details

The Supabase config requires:

  • Project URL: The URL of your Supabase project
  • API Key: Your Supabase API key

Note on Connection Configurations

Supabase requires:

  • A running Supabase project
  • Valid API key with appropriate permissions
  • Important: Make sure to use the service role key (API key) and not the anon key or JWT key for full access to your tables

For more information about Supabase connection configuration, please refer to the Supabase documentation.