Squirrelix.Error.UnsupportedPostgresType (Squirrelix v0.5.1)

Copy Markdown View Source

Error returned when a Postgres type has no Elixir mapping.

Composite types (create type ... as (...)) and some built-ins such as point are intentionally unsupported; hint carries actionable guidance when available (see the Types guide).

Summary

Types

t()

@type t() :: %Squirrelix.Error.UnsupportedPostgresType{
  hint: String.t() | nil,
  name: String.t()
}