select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

pgx_basex_codec

BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgx_basex_codec
Version0.1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2025-10-12
Latest release2025-10-12
Catalogue updated2026-08-30

Related extensions

See also

pg_bech32Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.
pg_polylineFast Google Encoded Polyline encoding & decoding for postgres
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
rpg_base36Toy Rust extension exposing a base36 encoder for PostgreSQL integers.
crockfordCrockford Base32 encoded unsigned integer data types
gunzipDecompress gzip-compressed bytea values to text or bytea.
pgzstd_rsCompress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor
urlSQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling.