Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_bech32 |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 1 |
| Latest commit | 2024-06-07 |
| Catalogue updated | 2026-08-30 |
| pgx_basex_codec | BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32. |
| emojigresql | 🐘 EmojigreSQL: A pure SQL PostgreSQL extension to encode/decode binary data (bytea) and text into colorful emoji sequences! ✨ Includes basic checksum validation. |
| rpg_base36 | Toy Rust extension exposing a base36 encoder for PostgreSQL integers. |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| pg_polyline | Fast Google Encoded Polyline encoding & decoding for postgres |
| url | SQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling. |
| pg_fallback_utf8_to_euc_jp | Provides a fallback UTF-8 to EUC_JP encoding conversion that substitutes unmappable characters with a question mark. |
| pg_luhn | Luhn checksum, validation, and check-digit generation functions. |