This namespace contains 6 node(s).

Available Nodes

  • Delete - Delete records from a Supabase table. supabase, database, delete, remove
  • Insert - Insert record(s) into a Supabase table. supabase, database, insert, add, record
  • RPC - Call a PostgreSQL function via Supabase RPC. supabase, database, rpc, function
  • Select - Query records from a Supabase table. supabase, database, query, select
  • Update - Update records in a Supabase table. supabase, database, update, modify, change
  • Upsert - Insert or update (upsert) records in a Supabase table. supabase, database, upsert, merge