Connect to your Supabase project. Insert, query, update, and delete rows in any table and call database functions.
Actions (7)
Insert Rows
Insert one or more rows into the configured table
ActionList Rows
Query rows from the table with optional column selection, ordering, and pagination
ActionGet Row
Retrieve a single row by its primary key value
ActionUpdate Row
Update a single row by its primary key value
ActionUpsert Rows
Insert rows or update them if they already exist based on primary key
ActionDelete Row
Delete a single row by its primary key value
ActionCall Rpc
Call a Postgres function (RPC) with named arguments
Action