postgrest-js icon indicating copy to clipboard operation
postgrest-js copied to clipboard

Isomorphic JavaScript client for PostgREST.

Results 154 postgrest-js issues
Sort by recently updated
recently updated
newest added

_Originally posted by @colinemondswieprecht in https://github.com/supabase/postgrest-js/issues/219#issuecomment-2506345780_ Most of the discussion so far has been about implementing multi-table data insertion or updating operations. I do agree that transactions are necessary in...

# Bug report - [ ] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions),...

bug

# Chore ## Describe the chore Request update the static import of `@supabase/node-fetch` in `src/PostgrestBuilder`: https://github.com/supabase/postgrest-js/blob/cc9344a8221d099fff0f0386de0cd0e819068751/src/PostgrestBuilder.ts#L2 https://github.com/supabase/postgrest-js/blob/cc9344a8221d099fff0f0386de0cd0e819068751/src/PostgrestBuilder.ts#L30-L36 Use dynamic `import('@supabase/node-fetch')` to avoid possible `Cannot read property 'bind' of undefined` error....

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug