View Source MishkaInstaller.Database.Helper (Mishka Installer v0.0.3)

Link to this section Summary

Link to this section Functions

Link to this function

allow_if_sandbox(parent_pid, orphan_msg \\ :stop)

View Source
Link to this function

convert_string_map_to_atom_map(map)

View Source
@spec convert_string_map_to_atom_map(map()) :: map()
Link to this function

translate_errors(changeset)

View Source
@spec translate_errors(Ecto.Changeset.t()) :: %{
  optional(atom()) => [binary() | map()]
}
@spec uuid(any()) :: {:error, :uuid} | {:ok, :uuid, Ecto.UUID.t()}
Link to this function

validate_binary_id(changeset, field, options \\ [])

View Source
@spec validate_binary_id(Ecto.Changeset.t(), atom(), any()) :: Ecto.Changeset.t()