Extensions / Functions and aggregates
Snowflake-style 64-bit ID generator for PostgreSQL implemented with pgrx
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_snowflake_id |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2025-05-12 |
| Latest release | 2025-05-12 |
| Catalogue updated | 2026-08-30 |
| snowflake | Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL |
| pg_lake | Data lake extension by Snowflake |
| sequential_uuids | generator of sequential UUIDs |
| pg_hashids | Short unique id generator for PostgreSQL, using hashids |
| nextid | Generate Instagram-style sharded integer IDs. |
| pg_uuid_v8 | UUID v8 generator with embedded timestamps for PostgreSQL |
| base62 | Base62 extension for PostgreSQL |
| pgx_ulid | ulid type and methods |