View Source UUID5 (UUID5_Ecto_Type v1.2.0)
An Ecto type for UUIDs v5 strings.
Summary
Functions
Callback implementation for Ecto.Type.autogenerate/0
.
Casts to UUID.
Converts a string representing a UUID into a binary.
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Generates a version 5 (dns) UUID.
Generates a version 5 (dns) UUID without dashes.
Converts a binary UUID into a string.
The Ecto type.
Types
@type t() :: <<_::288>>
Functions
Callback implementation for Ecto.Type.autogenerate/0
.
Casts to UUID.
Converts a string representing a UUID into a binary.
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Generates a version 5 (dns) UUID.
Generates a version 5 (dns) UUID without dashes.
Converts a binary UUID into a string.
The Ecto type.