... from '@supabase/postgrest-js' const postgrest = new PostgrestClient('http://localhost:3000') postgrest .from('users') .select() .eq('username', ...
確定! 回上一頁