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

**Is your feature request related to a problem? Please describe.** Right now, we just properly handle `count`, but with the new release I suspect aggregates will become more popular. We...

enhancement

**Is your feature request related to a problem? Please describe.** In some cases, you might want to transform the data from PostgREST after fetching it, e.g. create a js `Date`...

enhancement

Hello Does this work with svelte too? I see it is using the Tanstack query, which now also has support for svelte. Or is the supabase-cache-helpers only working with React?...

enhancement

For my project, I created a wrapper around the `useQuery`, `useUpsertMutation`, `useDeleteMutation` functions of this library in order to convert the snake-cased column names from the database into camel-cased keys...

enhancement

[![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/postgrest-js](https://togithub.com/supabase/postgrest-js) | [`1.15.8` -> `1.16.0`](https://renovatebot.com/diffs/npm/@supabase%2fpostgrest-js/1.15.8/1.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@supabase%2fpostgrest-js/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

**Is your feature request related to a problem? Please describe.** I seem to be unable to perform a complex insert or update mutation using a Supabase DB Function and rpc...

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [merge-anything](https://togithub.com/mesqueeb/merge-anything) | [`5.1.7` -> `6.0.2`](https://renovatebot.com/diffs/npm/merge-anything/5.1.7/6.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/merge-anything/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/merge-anything/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | major | `v3.0.0` -> `v4.0.0` | --- ### Release...

Are there plans to also support the "useInfinite Offset Pagination Query", "useOffsetInfiniteScrollQuery", "useCursorInfiniteScrollQuery" and "useOffsetInfiniteQuery" functions in SWR? https://supabase-cache-helpers.vercel.app/postgrest/queries

enhancement