© 2026 Hedgehog Software, LLC
console.log( await supabase .from('projects') .select('*') );
{ error: null, data: [], count: null, status: 200, statusText: 'OK' }