Toy Rust extension exposing a base36 encoder for PostgreSQL integers.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | rpg_base36 |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2016-12-19 |
| Catalogue updated | 2026-08-30 |
| base36 | Integer Base36 types |
| pg_base58 | Base58 Encoder/Decoder Extension for PostgreSQL |
| base62 | Base62 extension for PostgreSQL |
| pg_bech32 | Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL. |
| pgx_basex_codec | BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32. |
| 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. |
| gzip | gzip and gunzip functions. |