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()
Link to this function

init(base_url, api_key, options \\ [])

View Source