UUID5_Ecto_Type v1.1.5 UUID5 View Source

An Ecto type for UUIDs v5 strings.

Link to this section Summary

Functions

Casts to UUID

Converts a string representing a UUID into a binary

Checks if two terms are semantically equal

Generates a version 5 (dns) UUID

Generates a version 5 (dns) UUID without dashes

Converts a binary UUID into a string

The Ecto type

Link to this section Types

Link to this section Functions

Converts a string representing a UUID into a binary.

Checks if two terms are semantically equal.

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.