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

GitHub

46 stars
0 watching
1 forks
Language: Rust
last commit: 9 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. 242
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 9
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. 547
adamhalasz/uniqid A fast and unique identifier generator based on the current time, process ID, and MAC address. 616
matoous/go-nanoid Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. 1,310
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 unique IDs based on timestamp and node ID without coordination between nodes. 21
gofrs/uuid A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. 1,592
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. 461