Skip to content

Commit

Permalink
chore: add typeid
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev committed May 31, 2024
1 parent b597c93 commit 80c7bba
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 @@ -14,6 +14,7 @@
- [NanoID](https://github.com/ai/nanoid)
- [ULID](https://github.com/ulid/spec)
- [Snowflake ID](https://en.wikipedia.org/wiki/Snowflake_ID)
- [TypeID](https://github.com/jetify-com/typeid)

## Installation

Expand All @@ -30,3 +31,6 @@ gleam add ids
3. [Ecto UUID](https://github.com/elixir-ecto/ecto/blob/v3.5.4/lib/ecto/uuid.ex)
4. [Elixir UUID](https://github.com/bitwalker/uniq)
5. [Rust Snowflake ID](https://github.com/BinChengZhao/snowflake-rs)
6. [TypeID Spec](https://github.com/jetify-com/typeid/tree/main/spec)
6. [Elixir TypeID](https://github.com/sloanelybutsurely/typeid-elixir)

0 comments on commit 80c7bba

Please sign in to comment.