Supabase.Client.Db (supabase_potion v0.5.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

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

Functions

Link to this function

changeset(schema, params)