8000 GitHub - supabase-community/storage-ex: Elixir client to interact with Supabase Storage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

supabase-community/storage-ex

Repository files navigation

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{})

About

Elixir client to interact with Supabase Storage

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0