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

Search results for "Class::DBI"

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 - Search in distribution

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 - Search in distribution

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

Class::DBI::DB2 automates the setup of Class::DBI columns and primary key for IBM DB2. This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Automatic primary key(s) detection. * Automatic column type dete...

MFERRIS/Class-DBI-DB2-0.16 - 20 May 2004 00:21:50 UTC - Search in distribution

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 - Search in distribution

Class::DBI::DFV - check that your data is valid using DFV River stage zero No dependents

EVDB/Class-DBI-DFV-0.02 - 15 Nov 2005 22:48:40 UTC - Search in distribution

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 - Search in distribution

Class::DBI::Form River stage zero No dependents

EBRUNI/Class-DBI-Form-00.03 - 10 Jun 2007 16:16:25 UTC - Search in distribution

Class::DBI::Lite - Lightweight ORM for Perl River stage one • 1 direct dependent • 1 total dependent

"Class::DBI::Lite" offers a simple way to deal with databases in an object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with ...

JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC - Search in distribution

Class::DBI::UUID - Provide Globally Unique Column Values River stage zero No dependents

This module implements globally unique columns values. When an object is created, the columns specified are given unique IDs. This is particularly helpful when running in an environment where auto incremented primary keys won't work, such as multi-ma...

CWEST/Class-DBI-UUID-1.01 - 31 Jan 2005 18:50:18 UTC - Search in distribution

Class::DBI::View - Virtual table for Class::DBI River stage zero No dependents

Class::DBI::View is a Class::DBI wrapper to make virtual VIEWs....

MIYAGAWA/Class-DBI-View-0.07 - 04 Aug 2005 02:31:34 UTC - Search in distribution

Class::DBI::utf8 - A Class:::DBI subclass that knows about UTF-8 River stage one • 1 direct dependent • 1 total dependent

Rather than have to think about things like character sets, I prefer to have my objects just Do The Right Thing. I also want utf-8 encoded byte strings in the database whenever possible. Using this subclass of Class::DBI, I can just put perl strings ...

FOTANGO/Class-DBI-utf8-0.2 - 23 Mar 2007 17:04:23 UTC - Search in distribution

Class::User::DBI - A User class: Login credentials, roles, privileges, domains. River stage zero No dependents

The module is designed to simplify user logins, authentication, role based access control (authorization), as well as domain (locality) constraint access control. It stores user credentials, roles, and basic user information in a database via a DBIx:...

DAVIDO/Class-User-DBI-0.10 - 08 Dec 2012 07:49:26 UTC - Search in distribution

Meta::Class::DBI - extend Class::DBI for more high level needs. River stage zero No dependents

This class extends the CPAN Class::DBI code. The idea is to use more high level object to configure Class::DBI (like object which already know the structure of the database and the connection info). Currently the class only implements the connection ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Oryx::DBI::Class - DBI metaclass implementation River stage one • 1 direct dependent • 1 total dependent

This is the DBI implementation of Oryx::Class. This does the majority of the work for an Oryx::Class subclass stored in Oryx::DBI storage....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC - Search in distribution

Class::DBI::AsXML - Format CDBI Objects as XML River stage zero No dependents

This software adds XML output support to "Class::DBI" based objects. to_xml_columns Class->to_xml_columns([qw[columns to dump with xml]]); This class method sets the default columns this class should dump when calling "to_xml()" on an object. The sin...

CWEST/Class-DBI-AsXML-1.02 - 15 Jan 2005 15:34:06 UTC - Search in distribution

Class::DBI::Audit - Audit changes to columns in CDBI objects. River stage zero No dependents

This module allows easy tracking of changes to values in tables managed by CDBI classes. It helps you answer the question "who set that value to be 'foobar', I thought I set it to be 'farbar'?" without resorting to digging through snapshots of your d...

BDUGGAN/Class-DBI-Audit-0.04 - 02 Sep 2008 19:50:53 UTC - Search in distribution

Class::DBI::MSSQL - Class::DBI for MSSQL River stage zero No dependents

This is just a simple subclass of Class::DBI; it makes Class::DBI play nicely with MSSQL, at least if DBD::ODBC is providing the connection. Here are the things it changes: * use "SELECT @@IDENTITY" to get last autonumber value * use "INSERT INTO tab...

RJBS/Class-DBI-MSSQL-0.122 - 11 Nov 2006 04:05:02 UTC - Search in distribution

Class::DBI::Pager - Pager utility for Class::DBI River stage two • 4 direct dependents • 16 total dependents

Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. This module reduces your work a lot, for example when you have to do something like: * retrieve objects from a database * display objects with 20 items per page In ...

MIYAGAWA/Class-DBI-Pager-0.08 - 01 Mar 2006 08:50:12 UTC - Search in distribution

Class::DBI::Sweet - Making sweet things sweeter River stage one • 2 direct dependents • 2 total dependents

Class::DBI::Sweet provides convenient count, search, page, and cache functions in a sweet package. It integrates these functions with "Class::DBI" in a convenient and efficient way....

PHRED/Class-DBI-Sweet-0.11 - 26 Jul 2011 03:25:47 UTC - Search in distribution
1,246 results (0.109 seconds)