🐘 EmojigreSQL: A pure SQL PostgreSQL extension to encode/decode binary data (bytea) and text into colorful emoji sequences! ✨ Includes basic checksum validation.
pgext.cloud · Source code · Documentation · Control file
| Package | emojigresql |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | emojigresql |
| Stars | 0 |
| Latest commit | 2025-07-04 |
| Latest release | 2025-05-06 |
| Catalogue updated | 2026-07-30 |
| pgcodec7 | C extension that encodes and decodes bytea values using compact 7-bit or 6-bit text grouping. |
| pg_bech32 | Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL. |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| url | SQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling. |
| pg_luhn | Luhn checksum, validation, and check-digit generation functions. |
| pgl_validate | Cross-node data validation for pglogical and PostgreSQL logical replication — lag-correct, contract-aware row-count and checksum verification with sound (zero-false-positive) divergence detection. |
| gunzip | Decompress gzip-compressed bytea values to text or bytea. |
| pg_sqids | Encode numbers as short URL-safe Sqids and decode them in PostgreSQL |