Supabase.Client.Db (supabase v0.2.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
Link to this type
params()
@type params() :: %{schema: String.t()}
@type t() :: %Supabase.Client.Db{schema: String.t()}
Functions
Link to this function