select open change scope Open full search

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

Extensions / Utilities

rpg_base36

Toy Rust extension exposing a base36 encoder for PostgreSQL integers.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagerpg_base36
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2016-12-19
Catalogue updated2026-08-30

Related extensions

See also

base36Integer Base36 types
pg_base58Base58 Encoder/Decoder Extension for PostgreSQL
base62Base62 extension for PostgreSQL
pg_bech32Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.
pgx_basex_codecBaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
base36_gistPostgreSQL base36 data type input/output support, internally a bigint.
gzipgzip and gunzip functions.