logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Jifty::DBI::Filter::base64 - Encodes data as base64

Description

       This filter allow you to store arbitrary data in a column of type 'text'.

   encode
       If value is defined, then encodes it using "encode_base64" in MIME::Base64 after passing it through
       "encode_utf8" in Encode.  Does nothing if value is not defined.

   decode
       If value is defined, then decodes it using "decode_base64" in MIME::Base64, otherwise do nothing.

Name

       Jifty::DBI::Filter::base64 - Encodes data as base64

See Also

       Jifty::DBI::Filter, MIME::Base64

perl v5.34.0                                       2022-06-15                    Jifty::DBI::Filter::base64(3pm)

See Also