Encode UUID values to URL-safe Base62 strings and decode them back.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_base62 |
|---|---|
| Version | 0.1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2026-06-29 |
| Catalogue updated | 2026-08-30 |
| ruid | Compact 22-character Base64 representation of PostgreSQL UUID values. |
| uuidv7-sql | Pure SQL and PL/pgSQL functions for generating, inspecting, and transforming UUID version 7 values. |
| pg_lexo | Provides a Base62 lexicographic position type and helper functions for stable list ordering and reordering without bulk row updates. |
| uuid47 | UUIDv7 storage with keyed UUIDv4-looking façade I/O |
| pgx_uuidv7 | A PostgreSQL extension to generate and cast v7 UUIDs |
| bfn | Rust/pgrx utility extension with UUID, date, string, JSON/address, and validation helper functions. |
| b64enc | Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions. |
| pg_uuid_v8 | UUID v8 generator with embedded timestamps for PostgreSQL |
| base62 | Base62 extension for PostgreSQL |