s1037989 / sql-abstract-pg

:elephant: PostgreSQL features for SQL::Abstract

Home Page:https://metacpan.org/pod/SQL::Abstract::Pg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL::Abstract::Pg

PostgreSQL features for SQL::Abstract.

use SQL::Abstract::Pg;

my $abstract = SQL::Abstract::Pg->new;
say $abstract->select('some_table');

Installation

All you need is a one-liner, it takes less than a minute.

$ curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n SQL::Abstract::Pg

We recommend the use of a Perlbrew environment.

Want to know more?

Take a look at our excellent documentation!

About

:elephant: PostgreSQL features for SQL::Abstract

https://metacpan.org/pod/SQL::Abstract::Pg

License:Artistic License 2.0


Languages

Language:Perl 100.0%