1 min read

Supabase Integration

Overview

Connect Vantage to Supabase for database queries, row operations, and remote procedure calls via the PostgREST API.

Prerequisites

RequirementDetails
AccountA Supabase account with API access
Auth TypeAPI Key (anon/service_role)

Available Actions

ActionDescription
Query TableQuery rows with filters
Insert RowInsert a new row
Update RowUpdate existing rows
Delete RowDelete rows
Call RPCCall a database function

Configuration

Refer to the Setup Guide for step-by-step instructions on connecting Supabase to Vantage.

See Also