Crockford Base32 encoded unsigned integer data types
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pgcrockford |
|---|---|
| Version | 0.8.34 |
| PostgreSQL versions | 11 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 13 |
| Latest commit | 2019-09-08 |
| Latest release | 2019-09-08 |
| Catalogue updated | 2026-08-30 |
| base32_4b | Base32 data type stored in four bytes with comparison operators. |
| pgx_basex_codec | BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32. |
| base36 | Integer Base36 types |
| pg_ssl | Create base64-encoded PKCS#7 signatures from PEM certificates and private keys in PostgreSQL |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| ruid | Compact 22-character Base64 representation of PostgreSQL UUID values. |
| b64enc | Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions. |
| pg_lexo | Provides a Base62 lexicographic position type and helper functions for stable list ordering and reordering without bulk row updates. |