Package : perl-SQL-Abstract-Pg

Package details

Summary: PostgreSQL features for SQL::Abstract

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]}}});



Maintainer: tv

List of RPMs

    No RPM found for perl-SQL-Abstract-Pg using the current filters, try other values.