ex_shortuuid
UUID shortener
Generates short and unique IDs from existing UUIDs
ShortUUID is a simple UUID shortener for Elixir.
46 stars
5 watching
3 forks
Language: Elixir
last commit: over 1 year ago
Linked from 1 awesome list
elixirencodingshortuuid
Related projects:
Repository | Description | Stars |
---|---|---|
gpedic/ecto_shortuuid | A custom Ecto type allowing automatic encoding of UUIDs to ShortUUIDs. | 28 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
skorokithakis/shortuuid | A concise and URL-safe UUID generator | 2,076 |
zyro/elixir-uuid | A set of functions to generate and work with Universally Unique Identifiers (UUIDs) in Elixir. | 361 |
teris-io/shortid | Generates unique non-sequential short IDs | 939 |
jonahoffline/link_shrinkex | Generates short URLs using Google's URL Shortener API | 8 |
railsmechanic/nanoid | Provides a secure and compact way to generate unique IDs in Elixir | 218 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 45 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
benwebber/sqlite3-uuid | An extension for generating UUIDs in a SQLite database | 48 |