Packages

Ecto.ShortUUID is a custom Ecto type which adds support for ShortUUID in Ecto schemas More info on ShortUUID: https://github.com/gpedic/ex_shortuuid

Current section

Files

Jump to
ecto_shortuuid lib ecto_shortuuid.ex
Raw

lib/ecto_shortuuid.ex

defmodule Ecto.ShortUUID do
@moduledoc """
An Ecto type for Short UUID strings.
"""
use Ecto.ShortUUID.Builder, encoder: ShortUUID
end