Expand description
Canonical PostgreSQL value representation and ElementValue conversion.
Enums§
- Postgres
Value - Intermediate typed value shared by bootstrap and CDC paths.
Functions§
- encode_
base64 - Base64-encode bytes (standard alphabet with padding).
- parse_
bytea_ text - Parse PostgreSQL text-format bytea (
\xdeadbeefor escaped).