github refinedev/refine @refinedev/supabase@5.7.6

Patch Changes

  • #5552 8c50a6bd83 Thanks @alicanerdurmaz! - feat: added meta.schema parameter to supabase dataprovider. #5551

    From now on, users will be able to specify the schema for queries using data hooks, allowing them to override the default schema in the supabase client.

    const tableProps = useTable<IUser>({
        resource: "posts",
        meta: {
            schema: "foo",
        },
    });

Don't miss a new refine release

NewReleases is sending notifications on new releases.