Skip to content

Commit

Permalink
Update Ecto compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Apr 15, 2019
1 parent c2aa7ba commit 63aa134
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

An `Ecto.Type` implementation of [ULID](https://github.com/ulid/spec).

`Ecto.ULID` should be compatible anywhere that `Ecto.UUID` is supported.
It has been confirmed to work with PostgreSQL and MySQL on Ecto 2.x.
Ecto 1.x is *not* supported.
`Ecto.ULID` should be compatible anywhere that `Ecto.UUID` is supported. It has been confirmed to
work with PostgreSQL and MySQL on Ecto 2.x and 3.x. Ecto 1.x is *not* supported.

ULID is a 128-bit universally unique lexicographically sortable identifier. ULID is
binary-compatible with UUID, so it can be stored in a `uuid` column in a database.
Expand Down

0 comments on commit 63aa134

Please sign in to comment.