uids-postgres
ID generator
Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats.
PostgreSQL Extension to generate various type of Universally Unique IDS
45 stars
0 watching
1 forks
Language: Rust
last commit: 5 months ago hacktoberfestksuidnanoidpgxpostgresqlpostgresql-extensionrustuliduuid
Related projects:
Repository | Description | Stars |
---|---|---|
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 8 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 543 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
sqids/sqids-ocaml | A library that generates unique identifiers from numbers in various programming languages | 9 |
hrbrmstr/nanoid | A tool to generate unique and secure identifiers | 6 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
puyuan/py-nanoid | A URL-friendly ID generator for Python with customizable length and alphabet. | 459 |