uuidv7
Unique ID generator
Provides implementations of a 128-bit unique identifier suitable for record identifiers in databases
UUIDv7 in N languages
86 stars
2 watching
26 forks
Language: Racket
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |
lexborisov/yauid | Generates unique IDs based on timestamp and node ID without coordination between nodes. | 21 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 9 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
twharmon/gouid | Provides universally unique IDs with cryptographic security | 24 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,592 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,310 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 446 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 46 |
aviate-labs/uuid.mo | Generates universally unique identifiers based on RFC 4122. | 20 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,805 |
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 243 |