Supabase.init
You're seeing just the function
init
, go back to Supabase module for more information.
Entrypoint for the Postgrest library
Example
Supabase.init(access_token: jwt)
|> Postgrestex.from("profiles")
|> Postgrestex.call()