select open change scope Open full search

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

Extensions / Utilities

emojigresql

🐘 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

Overview

Packageemojigresql
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemaemojigresql
Stars0
Latest commit2025-07-04
Latest release2025-05-06
Catalogue updated2026-07-30

Related extensions

See also

pgcodec7C extension that encodes and decodes bytea values using compact 7-bit or 6-bit text grouping.
pg_bech32Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.
flateRaw DEFLATE compression and decompression functions for bytea
urlSQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling.
pg_luhnLuhn checksum, validation, and check-digit generation functions.
pgl_validateCross-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.
gunzipDecompress gzip-compressed bytea values to text or bytea.
pg_sqidsEncode numbers as short URL-safe Sqids and decode them in PostgreSQL