Supabase Storage
Storage implementation for the Supabase Potion SDK in Elixir.
Compatibility
We support the latest 3 stable Elixir versions.
Installation
def deps do
[
{:supabase_potion, "~> 1.0"},
{:supabase_storage, "~> 0.6.1"} # x-release-please-version
]
end
Usage
Firstly you need to initialize your Supabase client(s) as can be found on the Supabase Potion documentation
Now you can pass the Client to the Supabase.Storage functions:
iex> Supabase.Storage.list_buckets(%Supabase.Client{})