Supabase.Client.Db (supabase_potion v0.6.1)

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

Fields

  • :schema - The default schema to use. Defaults to "public".

For more information about the database options, see the documentation for the client and database guides.

Summary

Types

params()

@type params() :: %{schema: String.t()}

t()

@type t() :: %Supabase.Client.Db{schema: String.t()}

Functions

changeset(schema, params)