postgrest-js
postgrest-js copied to clipboard
Isomorphic JavaScript client for PostgREST.
# 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...
Javascript RPC Typescript error: Argument of type 'string' is not assignable to parameter of type...
# 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 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 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 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 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 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 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),...
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 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...