SupabasePersister
The SupabasePersister interface represents a Persister that lets you save and load Store data to and from a Supabase project.
You should use the createSupabasePersister function to create a SupabasePersister object.
It is a minor extension to the Persister interface and simply provides an extra getSupabase method for accessing a reference to the Supabase client the Store is being persisted with.
Since
9.6.0