Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mojolicious/sql-abstract-pg
- Owner: mojolicious
- License: artistic-2.0
- Created: 2021-02-20T16:24:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T13:26:21.000Z (about 1 year ago)
- Last Synced: 2024-06-18T21:49:55.693Z (6 months ago)
- Topics: perl, postgresql
- Language: Perl
- Homepage: https://metacpan.org/pod/SQL::Abstract::Pg
- Size: 18.6 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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)!