Extensions / Functions and aggregates
Generate CUID2 text identifiers inside PostgreSQL using the cuid2 Rust crate.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pgcuid2 |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Archived |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2024-02-29 |
| Catalogue updated | 2026-08-30 |
| nextid | Generate Instagram-style sharded integer IDs. |
| pg_snowflake_id | Snowflake-style 64-bit ID generator for PostgreSQL implemented with pgrx |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| pg_idkit | multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID) |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |
| pgx_ulid | ulid type and methods |
| sequential_uuids | generator of sequential UUIDs |
| snowflake | Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL |