supabase-cache-helpers
supabase-cache-helpers copied to clipboard
Support Aggregate Functions
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 should handle the new syntax properly (count(), sum(), etc)
Describe the solution you'd like Just don't fail when using them, and ignore them when building the automatic query.