UUID5_Ecto_Type v1.0.3 UUID5
An Ecto type for UUIDs v5 strings.
Summary
Functions
Casts to UUID
Converts a string representing a UUID into a binary
Generates a version 5 (dns) UUID
Converts a binary UUID into a string
The Ecto type
Functions
Specs
dump(String.t) :: binary | atom | {atom, map}
Converts a string representing a UUID into a binary.
Specs
load(binary | map) :: {atom, String.t} | atom
Converts a binary UUID into a string.