Supabase

Live

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

Action

List Rows

Query rows from the table with optional column selection, ordering, and pagination

Action

Get Row

Retrieve a single row by its primary key value

Action

Update Row

Update a single row by its primary key value

Action

Upsert Rows

Insert rows or update them if they already exist based on primary key

Action

Delete Row

Delete a single row by its primary key value

Action

Call Rpc

Call a Postgres function (RPC) with named arguments

Action