ecto-ulid icon indicating copy to clipboard operation
ecto-ulid copied to clipboard

Ecto ULID

Results 5 ecto-ulid issues
Sort by recently updated
recently updated
newest added

Followed a readme and got a few errors. Almost switched to the fork before realising that it's just outdated.

Adds required callbacks implementations `embed_as/1` and `equal?/2` for Ecto.Type behaviour

Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.

Not sure if this is desired, but just wondering if there is any interest in merging our fork that allows a variant of `Ecto.Type` during compile-time, which offers more encoding...

Since the underlying data type in postgres is `uuid` DB clients render the ULID as a UUID. I can query using the DB client fine with these IDs, but how...