API Reference supabase_connection v0.1.0
Modules
Defines the connection to Supabase, it is an Agent that holds the connection information and the current bucket.
A changeset for validating and parsing connection options. This is mainly
used internally by Supabase
module, but can be used to validate and parse
connection options manually.
A supervisor for all connections. In most cases this should be started
automatically by the application supervisor and be used mainly by
the Supabase
module, availaton on :supabase_potion
application.