Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 599 Bytes

Supabase Storage

Storage implementation for the Supabase Potion SDK in Elixir.

Installation

def deps do
  [
    {:supabase_potion, "~> 0.6"},
    {:supabase_storage, "~> 0.4"}
  ]
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{})