Boris Arkenaar
Boris Arkenaar
The benefit is consistency in my typescript code. The convention in ts/js code is for almost everything to be camel-cased. And, as far as I know, there is no convention...
Types are also converted, yes. For instance: `hooks/use-data-query.ts` ```typescript import { PostgrestError, PostgrestResponse } from '@supabase/postgrest-js'; import { useQuery } from '@supabase-cache-helpers/postgrest-swr'; import { SWRConfiguration, SWRResponse } from 'swr'; import...
Thanks for the feedback. I see how that could be a very useful feature and how that could also be used to transform casings. Do you have any ticket for...