Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for Postgres encode and decode expressions #856
Comments
This comment has been minimized.
|
You can declare any function you'd like with the |
sgrif
closed this
Apr 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbrgn commentedApr 11, 2017
Postgres supports string encoding and decoding (to and from
byteacolumns):https://www.postgresql.org/docs/9.5/static/functions-string.html#FUNCTIONS-STRING-OTHER
Examples:
Supported formats: base64, hex, escape.
Would be great if these were usable from diesel.