Im using hyperdrive to cache queries to my supabase db, is there a way to cache bust a particular do
Im using hyperdrive to cache queries to my supabase db, is there a way to cache bust a particular document. E.g. if I run a volatile query like
SELECT random() FROM table WHERE id = 1234 will the cache only be invalidated for that record or the whole table?


