API Reference supabase_potion v0.5.1

Modules

The main entrypoint for the Supabase SDK library.

A client for interacting with Supabase. This module is responsible for managing the connection options for your Supabase project.

Auth configuration schema. This schema is used to configure the auth options. This schema is embedded in the Supabase.Client schema.

Conn configuration for Supabase Client. This schema is used to configure the connection options. This schema is embedded in the Supabase.Client.

DB configuration schema. This schema is used to configure the database options. This schema is embedded in the Supabase.Client schema.

Global configuration schema. This schema is used to configure the global options. This schema is embedded in the Supabase.Client schema.

A fundamental HTTP client for interfacing directly with Supabase services.

Defines Supabase HTTP Clients callbacks