supabase-js
supabase-js copied to clipboard
An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invo...
# 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),...
## Describe the bug I've added a new column to my users table named "onboarded". But when I try to update the column it says it doesn't exist. When I...
# 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...
## What kind of change does this PR introduce? Improvement ## What is the current behavior? Database / Schema types can be supplied / inferred. ## What is the new...
Updates postgrest-js to version 1.15.0 to support latest features #994
# 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...
# Network request failed (Fetch Error in Expo) ## Network request fails with Expo Using any of the supabasejs library methods, network error is thrown. Using fetch works everywhere else....
# Chore ## Describe the chore Updates postgrest-js to version 1.13.0 to support latest features
## Describe the bug In my config.toml I'm settings the max rows: max_rows = 1000000 But the value is not applied. It only returns 1000 rows. ## To Reproduce Steps...