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

Apache::Session::Serialize::Hstore - Serialize/unserialize datas for PostgreSQL "hstore" storage.

Bug Report

       Use OW2 system to report bug or ask for features: <http://jira.ow2.org>

Description

       This module fulfills the serialization interface of Apache::Session.  It serializes only ref data value
       for PostgreSQL "hstore" fields.

Name

       Apache::Session::Serialize::Hstore - Serialize/unserialize datas for PostgreSQL "hstore" storage.

See Also

       JSON, Apache::Session

Synopsis

        use Apache::Session::Serialize::Hstore;

        $zipped = Apache::Session::Serialize::Hstore::serialize($ref);
        $ref = Apache::Session::Serialize::Hstore::unserialize($zipped);

See Also