Supabase.ClientRegistry (supabase_potion v0.3.6)
Registry for the Supabase multiple Clients. This registry is used to register and lookup the Supabase Clients defined by the user.
This Registry is used by the Supabase.ClientSupervisor
to register and
any Supabase.Client
that is defined. That way, the Supabase.ClientSupervisor
can lookup the Supabase.Client
by name and start it if it is not running.
Usage
This Registry is used internally by the Supabase.Application
and should
start automatically when the application starts.
Summary
Functions
Link to this function
child_spec(opts)
Link to this function
lookup(key)
Link to this function
named(key)
Link to this function
register(key)
Link to this function