Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mojolicious/sql-abstract-pg

:elephant: PostgreSQL features for SQL::Abstract
https://github.com/mojolicious/sql-abstract-pg

perl postgresql

Last synced: about 2 months ago
JSON representation

:elephant: PostgreSQL features for SQL::Abstract

Awesome Lists containing this project

README

        

# SQL::Abstract::Pg [![](https://github.com/mojolicious/sql-abstract-pg/workflows/linux/badge.svg)](https://github.com/mojolicious/sql-abstract-pg/actions)

[PostgreSQL](https://www.postgresql.org) features for [SQL::Abstract](https://metacpan.org/pod/SQL::Abstract).

```perl
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](http://perlbrew.pl) environment.

## Want to know more?

Take a look at our excellent [documentation](https://mojolicious.org/perldoc/SQL/Abstract/Pg)!