Search results for "module:DBI::Pg"
Class::DBI::Pg - Class::DBI extension for Postgres
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. select Postgres system catalog and find out all columns, primary key and SERIAL type column. create table. CREATE TABLE cd ( id SERIAL NOT NULL PRIMARY KEY, title T...
DMAKI/Class-DBI-Pg-0.08 - 11 Mar 2006 08:25:56 UTC
SPOPS::DBI::Pg - PostgreSQL-specific routines for the SPOPS::DBI
This just implements some Postgres-specific routines so we can abstract them out. One of them optionally returns the sequence value of the just-inserted id field. Of course, this only works if you have a the field marked as 'SERIAL' or using a sequen...
CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC
Bio::DB::DBI::Pg - DESCRIPTION of Object
Describe the object here...
CJFIELDS/BioPerl-DB-1.006900 - 15 Apr 2011 19:35:57 UTC
Class::DBI::DDL::Pg - Perform driver dependent work for PostgreSQL
Do not use this package directly. Intead, it will automatically be imported and used by Class::DBI::DDL when the underlying database uses the DBD::Pg driver. The only method here that works different from the default is "pre_create_table". This metho...
HANENKAMP/Class-DBI-DDL-1.02 - 16 Sep 2005 03:21:31 UTC
Oryx::DBI::Util::Pg - Oryx DBI utilities for PostgreSQL connections
This provides an Oryx DBI utility class for use with DBD::Pg....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
Class::DBI::Pg::More - Enhances Class::DBI::Pg with more goodies.
This class overrides Class::DBI::Pg "set_up_table" method to setup more things from the database. It recognizes date, timestamp etc. columns and calls "Class::DBI::Plugin::DateTime::Pg" has_* methods on them. It also fetches some constraint informati...
BOSU/Class-DBI-Pg-More-0.05 - 02 Jan 2010 21:15:14 UTC
Class::DBI::Loader::Pg - Class::DBI::Loader Postgres Implementation.
See Class::DBI::Loader, Class::DBI::Loader::Generic....
DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC
Jifty::DBI::Handle::Pg - A Postgres specific Handle object
This module provides a subclass of Jifty::DBI::Handle that compensates for some of the idiosyncrasies of Postgres....
ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC
Data::Storage::DBI::Pg - Base class for Pg DBI storages
MARCEL/Data-Storage-1.102720
-
29 Sep 2010 12:24:18 UTC
Class::DBI::ViewLoader::Pg - Class::DBI::Viewloader implementation for Postgresql.
This is the postgresql driver for Class::DBI::ViewLoader,...
MATTLAW/Class-DBI-ViewLoader-Pg-0.05 - 11 Jul 2006 16:11:32 UTC
Ambrosia::DataProvider::DBI::pg - This class extends Ambrosia::DataProvider::DBIDriver.
"Ambrosia::DataProvider::DBI::Pg" extends Ambrosia::DataProvider::DBIDriver....
KNM/Ambrosia-0.010 - 30 Jun 2012 07:09:43 UTC
RDF::Trine::Store::DBI::Pg - PostgreSQL subclass of DBI store
GWILLIAMS/RDF-Trine-1.019
-
05 Jan 2018 05:05:19 UTC
DBIx::Class::Storage::DBI::Pg - Automatic primary key class for PostgreSQL
This class implements autoincrements for PostgreSQL....
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Class::DBI::Plugin::DateTime::Pg - Use DateTime With PostgreSQL
Class::DBI::Plugin::DateTime::Pg provides methods to work with DateTime objects in a Class::DBI + PostgreSQL environment....
DMAKI/Class-DBI-Plugin-DateTime-0.05 - 20 Feb 2009 09:57:45 UTC