Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions.
pgext.cloud · Source code · Control file
| Package | pg_b64enc_rust |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2015-06-09 |
| Catalogue updated | 2026-08-30 |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| base36_gist | PostgreSQL base36 data type input/output support, internally a bigint. |
| pg_base62 | Encode UUID values to URL-safe Base62 strings and decode them back. |
| ruid | Compact 22-character Base64 representation of PostgreSQL UUID values. |
| wbase64 | Base64 PostgreSQL Extension |
| pg_ssl | Create base64-encoded PKCS#7 signatures from PEM certificates and private keys in PostgreSQL |
| rpg_base36 | Toy Rust extension exposing a base36 encoder for PostgreSQL integers. |
| crockford | Crockford Base32 encoded unsigned integer data types |