The change to :binary type (#32) only partially works because occasionally ecto will try to cast an id to bytea
However, ecto does support the uuid type which does work. This also works with autogenerate/1 which #31 references.
I have included a fix for getting the prefix which deals with #33
The change to
:binary
type (#32) only partially works because occasionally ecto will try to cast an id tobytea
However, ecto does support theuuid
type which does work. This also works withautogenerate/1
which #31 references.I have included a fix for getting the prefix which deals with #33