Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > d416a36e10cfe5a7a898b80f58cb4dc2

perl-SQL-Abstract-Pg-1.0.0-2.mga9.noarch.rpm

Description:

the SQL::Abstract::Pg manpage extends the SQL::Abstract manpage with a few
PostgreSQL features used by the Mojo::Pg manpage.

JSON
In many places (as supported by the SQL::Abstract manpage) you can use
the '-json' unary op to encode JSON from Perl data structures.


$abstract->update('some_table', {foo => {-json => [1, 2, 3]}}, {bar => 23});


$abstract->select('some_table', '*', {foo => {'=' => {-json => [1, 2, 3]}}});

Sources packages:

Other version of this rpm: