-
-
16 Nov 2010 23:33:19 UTC
- Distribution: Fey-SQL-Pg
- Module version: 0.005
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (617 / 1 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (11.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Fey::SQL::Pg - Generate SQL with PostgreSQL specific extensions
SYNOPSIS
use Fey::SQL::Pg; my $insert = Fey::SQL::Pg ->new_insert( auto_placeholders => 0 ) ->into( $s->table('User') ); ->returning( $s->table('User')->column('user_id'));
DESCRIPTION
Adds some PostgreSQL specific extensions to Fey. For the excat features implemented, see:
AUTHOR
Oliver Charles <oliver.g.charles@googlemail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Oliver Charles.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Fey::SQL::Pg, copy and paste the appropriate command in to your terminal.
cpanm Fey::SQL::Pg
perl -MCPAN -e shell install Fey::SQL::Pg
For more information on module installation, please visit the detailed CPAN module installation guide.