Extensions / Functions and aggregates
Base62 extension for PostgreSQL
pgext.cloud · Source code · License text · Control file · PGXN
| Package | pg_base62 |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Stars | 3 |
| Latest commit | 2025-03-14 |
| Catalogue updated | 2026-08-30 |
| base36 | Integer Base36 types |
| pg_base58 | Base58 Encoder/Decoder Extension for PostgreSQL |
| pg_hashids | Short unique id generator for PostgreSQL, using hashids |
| url_encode | url_encode, url_decode functions |
| pg_slug_gen | Generate cryptographically secure timestamp-based slugs |
| typeid | Allows to use TypeIDs in Postgres natively |
| pgqr | QR Code generator from PostgreSQL |
| pg_base62 | Encode UUID values to URL-safe Base62 strings and decode them back. |