import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { SupabaseClient } = supabase;
Perform a table operation.
Type Parameters
Table extends Schema["Tables"][TableName]
Parameters
relation: TableName
The table name to operate on.
Type Parameters
View extends Schema["Views"][ViewName]
Parameters
relation: ViewName