deploy database function
There is a
What I'd like is to write
/functions folder for deploying edge functions. Is there a way to write UDFs without writing a migration? What I'd like is to write
udf_1.sql. Then running subsequent supabase deploy calls would redeploy the sql UDF. Is this possible?