Current section

Files

Jump to
uuid_v7 README.md
Raw

README.md

# UUIDv7
UUIDv7 for Elixir and Ecto, using microseconds.
## Installation
The package can be installed by adding `uuid_v7` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:uuid_v7, "~> 0.1.0"}
]
end
```