D V Ramana
Results
1
issues of
D V Ramana
I have a insert query in my db which looks like this and I am using the typescript version of supabase-js. ``` await supaServiceClient .from("table_name") .insert({ column1:value, column2:value, column3:value });...
bug