Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinchester committed Mar 31, 2024
1 parent 552a9d0 commit 704d023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

UUIDv7 for Elixir and Ecto, using microseconds.

Uses the method described in [Section 6.2](https://www.ietf.org/archive/id/draft-ietf-uuidrev-rfc4122bis-14.html#name-monotonicity-and-counters), Method 3
from [this IETF Draft](https://www.ietf.org/archive/id/draft-ietf-uuidrev-rfc4122bis-14.html)
to add additional clock precision using microseconds to a version 7 UUID.

## Installation

The package can be installed by adding `uuid_v7` to your list of dependencies in `mix.exs`:
Expand Down

0 comments on commit 704d023

Please sign in to comment.