Type: lib.supabase.Upsert

Namespace: lib.supabase

Description

Insert or update (upsert) records in a Supabase table. supabase, database, upsert, merge

Properties

Property Type Description Default
table_name str Table to upsert into ``
records (List[Dict[str, any]] | Dict[str, any]) One or multiple rows to upsert -
on_conflict Optional[str] Optional column or comma-separated columns for ON CONFLICT -
return_rows bool Return upserted rows (uses select(‘*’)) True

Outputs

Output Type Description
output any  

Metadata

Browse other nodes in the lib.supabase namespace.