postgrest-js
postgrest-js copied to clipboard
Isomorphic JavaScript client for PostgREST.
# Bug report ## Describe the bug From my understaning of https://github.com/supabase/supabase-js/issues/92 `.throwOnError()` should work as if I were typing something like: ```ts const { data: queryResult, error: queryError }...
## What kind of change does this PR introduce? Hi all! This PR simply re-exports a couple helper types that many of us were using to strongly type our query...
## What kind of change does this PR introduce? - Implement the [maxAffected](https://docs.postgrest.org/en/v13/references/api/preferences.html#max-affected) postgrest 13 feature at the client level - Add tests, introduce a more generic way to handle...
## What kind of change does this PR introduce? This lay out the ground basis to start introducing new postgrest-13 features to the client library. 1. It adds a way...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions),...
PostgREST returns date & time types as a JSON string (and will continue to do so, since there's no native date/time type in JSON). However, we can modify the JSON...
# 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. - [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...