supabase-cache-helpers icon indicating copy to clipboard operation
supabase-cache-helpers copied to clipboard

A collection of framework specific Cache utilities for working with Supabase.

Results 48 supabase-cache-helpers issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@supabase/supabase-js](https://togithub.com/supabase/supabase-js) | [`2.38.5` -> `2.39.0`](https://renovatebot.com/diffs/npm/@supabase%2fsupabase-js/2.38.5/2.39.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@supabase%2fsupabase-js/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [supabase](https://supabase.com/docs/reference/cli) ([source](https://togithub.com/supabase/cli)) | [`1.149.4` -> `1.153.4`](https://renovatebot.com/diffs/npm/supabase/1.149.4/1.153.4) |...

**Describe the bug** I've got 2 tables : **Messages** and **Profiles** (linked by sender_id column in Messages). **useUpsertItem** is working when I select only columns from Messages table (ex: `supabase.from('messages').select('id,...

bug

**Is your feature request related to a problem? Please describe.** When I'm waiting for my database to process a request, I'd like to see the UI already change. **Describe the...

enhancement

**Describe the bug** I am encountering TS error when using typed supabase client 'createClient console.log("Success!"), } ); ``` **Expected behavior** I am surprised this is showing error - all examples...

bug

**Describe the bug** In the hook `useUpsertMutation` when we pass in the payload with an object with values undefined the columns are sent to supabase. Note: This was working before...

bug

Hey, I'd like to ask if support for `vue-query` would be possible? I've already seen the other request for Svelte (#186 ) Would also like to help with development. :)

enhancement

There's benefits to using useQuery without granular updates from mutations (e.g. auto-serialized queryKeys for filtering, etc.). I believe thus by making the no wildcard rule less strict, we could make...

enhancement

**Describe the bug** Hi again! Just wanted to raise a small issue I ran in to when using the `useUpdateMutation` regarding foreignTables during the cache invalidation flow where I ran...

bug

Do you plan to support pagination and infinite queries for react-query? It would be a great addition! However I suspect you are not using react-query yourself, right?

enhancement
react-query