BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.
pgext.cloud · Source code · Documentation · Control file
| Package | pgx_basex_codec |
|---|---|
| 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 | 2025-10-12 |
| Latest release | 2025-10-12 |
| Catalogue updated | 2026-08-30 |
| pg_bech32 | Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL. |
| pg_polyline | Fast Google Encoded Polyline encoding & decoding for postgres |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| rpg_base36 | Toy Rust extension exposing a base36 encoder for PostgreSQL integers. |
| crockford | Crockford Base32 encoded unsigned integer data types |
| gunzip | Decompress gzip-compressed bytea values to text or bytea. |
| pgzstd_rs | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor |
| url | SQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling. |