The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Class::DBI::Pg"

Class::DBI::Pg - Class::DBI extension for Postgres River stage one • 4 direct dependents • 5 total dependents

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

Class::DBI::DDL::Pg - Perform driver dependent work for PostgreSQL River stage zero No dependents

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

Class::DBI::Pg::More - Enhances Class::DBI::Pg with more goodies. River stage one • 3 direct dependents • 3 total dependents

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. River stage two • 13 direct dependents • 29 total dependents

See Class::DBI::Loader, Class::DBI::Loader::Generic....

DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC

Class::DBI::ViewLoader::Pg - Class::DBI::Viewloader implementation for Postgresql. River stage zero No dependents

This is the postgresql driver for Class::DBI::ViewLoader,...

MATTLAW/Class-DBI-ViewLoader-Pg-0.05 - 11 Jul 2006 16:11:32 UTC

DBIx::Class::Storage::DBI::Pg - Automatic primary key class for PostgreSQL River stage three • 342 direct dependents • 452 total dependents

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 River stage one • 1 direct dependent • 4 total dependents

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

Class::DBI::Replicated::Pg::Slony1 - Pg replication using Slony1 River stage zero No dependents

HDP/Class-DBI-Replicated-0.040 - 28 Aug 2006 23:06:57 UTC

lib/DBIx/Class/Fixtures/DBI/Pg.pm River stage one • 3 direct dependents • 4 total dependents

SKAUFMAN/DBIx-Class-Fixtures-1.001039 - 25 Sep 2017 14:17:12 UTC

DBIx::Class::Schema::Loader::DBI::Pg - DBIx::Class::Schema::Loader::DBI PostgreSQL Implementation. River stage three • 34 direct dependents • 101 total dependents

See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base....

VEESH/DBIx-Class-Schema-Loader-0.07052 - 06 Jan 2024 20:54:24 UTC

Class::DBI::Replicated::Test::Pg::Slony1 River stage zero No dependents

HDP/Class-DBI-Replicated-0.040 - 28 Aug 2006 23:06:57 UTC

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Class::DBI::SAK - Class::DBI Swiss Army Knife (SAK) River stage zero No dependents

By taking the busy work out of using Class::DBI as you see fit, your code becomes more useful by size. Most of us end up using at least a couple Class::DBI extensions in our programs, and it's just a pain. Enter the Swiss Army Knife. This module is i...

CWEST/Class-DBI-SAK-1.4 - 23 Sep 2003 00:08:00 UTC

Class::DBI::DDL - Combined with Class::DBI to create and dispose of tables River stage zero No dependents

This module is used to added to a Class::DBI class to allow it to automatically generate DDL calls to create a table if it doesn't exist in the database already. It attempts to do so in such a way as to be database independent whenever possible. Use ...

HANENKAMP/Class-DBI-DDL-1.02 - 16 Sep 2005 03:21:31 UTC

Class::DBI::Loader - Dynamic definition of Class::DBI sub classes. River stage two • 13 direct dependents • 29 total dependents

Class::DBI::Loader automate the definition of Class::DBI sub-classes. scan table schemas and setup columns, primary key. class names are defined by table names and namespace option. +-----------+-----------+-----------+ | table | namespace | class | ...

DMAKI/Class-DBI-Loader-0.34 - 22 Mar 2007 11:37:16 UTC

Class::DBI::Oracle - Extensions to Class::DBI for Oracle River stage zero No dependents

This is an extension to Class::DBI that currently implements: * A sequence fix for Oracle databases. * Automatic column name discovery. * Automatic primary key detection. * Sequence name guessing. * Proper aliasing of reserved words. Instead of setti...

DANIEL/Class-DBI-Oracle-0.51 - 16 Jul 2003 01:04:56 UTC

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 342 direct dependents • 452 total dependents

A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

Class::DBI::AutoLoader - Generates Class::DBI subclasses dynamically. River stage zero No dependents

Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class and "use"d that...

RYANPARR/Class-DBI-AutoLoader-0.12 - 18 Oct 2003 06:51:22 UTC

Class::DBI::Replicated - Replication from single master to multiple slaves River stage zero No dependents

Class::DBI::Replicated does some stuff, blah blah....

HDP/Class-DBI-Replicated-0.040 - 28 Aug 2006 23:06:57 UTC
32 results (0.053 seconds)