select open change scope Open full search

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

Extensions / Data types

b64enc

Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions.

pgext.cloud · Source code · Control file

Overview

Packagepg_b64enc_rust
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars2
Latest commit2015-06-09
Catalogue updated2026-08-30

Related extensions

See also

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.
pg_base62Encode UUID values to URL-safe Base62 strings and decode them back.
ruidCompact 22-character Base64 representation of PostgreSQL UUID values.
wbase64Base64 PostgreSQL Extension
pg_sslCreate base64-encoded PKCS#7 signatures from PEM certificates and private keys in PostgreSQL
rpg_base36Toy Rust extension exposing a base36 encoder for PostgreSQL integers.
crockfordCrockford Base32 encoded unsigned integer data types