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

Isomorphic JavaScript client for PostgREST.

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

# 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

# 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...

bug

# 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

# 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

# Bug report I'm making a request like this: ``` const res = await postgrest.from('surveys').select('*').eq('id', 'abc') console.log(res) ``` The HTTP request to the relevant URL (`localhost:5001/surveys?id=eq.abc&select=*`) returns a 404 status...

bug

# 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

# 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
postgrest-patch-needed

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

bug

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

# Bug report ## Describe the bug When querying the database context in Typescript, the data returned is always of type `any` instead inferring the correct type from the injected...

bug