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::Loader"

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::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::Loader::DB2 - Class::DBI::Loader DB2 implementation. River stage zero No dependents

please see Class::DBI::Loader...

MFERRIS/Class-DBI-Loader-DB2-0.14 - 20 May 2004 01:38:23 UTC

Class::DBI::Loader::mysql - Class::DBI::Loader mysql 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::Loader::Sybase - Class::DBI::Loader Sybase Implementation. River stage zero No dependents

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

DJERIUS/Class-DBI-Loader-Sybase-0.02 - 02 Nov 2006 21:05:03 UTC

Class::DBI::Loader::Oracle - Class::DBI::Loader Oracle Implementation. River stage zero No dependents

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

NAUGHTON/Class-DBI-Loader-Oracle-0.02 - 19 Feb 2008 23:55:38 UTC

Class::DBI::Loader::SQLite - Class::DBI::Loader SQLite Implementation. River stage two • 13 direct dependents • 29 total dependents

Multi-column primary keys are supported. It's also fine to define multi-column foreign keys, but they will be ignored because Class::DBI does not support them. See Class::DBI::Loader, Class::DBI::Loader::Generic....

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

Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation. River stage two • 13 direct dependents • 29 total dependents

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

Class::DBI::Loader::Informix - Class::DBI::Loader Informix Implementation. River stage zero No dependents

Class::DBI::Loader provides a mechanism of automatically setting up the Class::DBI sub-classes on demand. This module provides the Informix specific methods required by Class::DBI::Loader::Generic. The complete documentation can be found in Class::DB...

JSTOWE/Class-DBI-Loader-Informix-1.4 - 01 Nov 2006 12:41:59 UTC

Class::DBI::Loader::Kinship - Fixes to Class::DBI::Loader River stage zero No dependents

A subclass of Class::DBI::Loader which introduces the 3rd argument to has_many relations, adds support to schemas for Postgresql, and provides a few additional fuctions. This package still dependends on its subclass; and so far, I resisted to opt for...

IOANNIS/Class-DBI-Loader-Kinship-0.03 - 24 Jul 2008 10:26:31 UTC

Class::DBI::Loader::GraphViz - Graph tables and relationships River stage zero No dependents

This module bridges "Class::DBI::Loader" and "GraphViz::DBI", to allow "GraphViz::DBI" to know about "Class::DBI"'s "has_a" relationships. It provides one method in "Class::DBI::Loader", "graph_tables" which returns a graphviz object....

SIMON/Class-DBI-Loader-GraphViz-1.0 - 12 Apr 2004 14:04:49 UTC

Class::DBI::Loader::Relationship - Easier relationship specification in CDBI::L River stage two • 1 direct dependent • 14 total dependents

This module acts as a mix-in, adding the "relationship" method to "Class::DBI::Loader". Since "Class::DBI::Loader" knows how to map between table names and class names, there ought to be no need to replicate the names. In addition, it is common (but ...

SIMON/Class-DBI-Loader-Relationship-1.2 - 01 Mar 2004 16:52:31 UTC

Class::DBI::Loader::mysql::Grok - Build Quality Table Relationships Automatically River stage zero No dependents

If you name your tables and columns using some common sense rules, there's no need for you to do any work to have proper db abstraction. The following examples mostly follow the Class::DBI perldoc. To see where they differ (immaterially), see the tes...

JAMES/Class-DBI-Loader-mysql-Grok-0.19 - 21 Jun 2005 12:40:15 UTC

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

This is the base class for DBIx::Class::Schema::Loader::Base classes for DBI-based storage backends, and implements the common functionality between them. See DBIx::Class::Schema::Loader::Base for the available options....

VEESH/DBIx-Class-Schema-Loader-0.07052 - 06 Jan 2024 20:54:24 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::ViewLoader - Load views from existing databases as Class::DBI classes River stage one • 1 direct dependent • 1 total dependent

This class loads views from databases as Class::DBI classes. It follows roughly the same interface employed by Class::DBI::Loader. This class behaves as a base class for the database-dependent driver classes, which are loaded by Module::Pluggable. Ob...

MATTLAW/Class-DBI-ViewLoader-0.06 - 14 Dec 2015 21:10:07 UTC

Class::DBI::Informix - Class::DBI extension for Informix River stage zero No dependents

This module implements a sub class of Class::DBI that provides for some of the quirks of the Informix databases. You should probably be using this module rather than Class::DBI if you are working with an Informix database. It provides one public meth...

JSTOWE/Class-DBI-Loader-Informix-1.4 - 01 Nov 2006 12:41:59 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

DBIx::Class::Schema::Loader::DBI::DB2 - DBIx::Class::Schema::Loader::DBI DB2 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

DBIx::Class::Schema::Loader::DBI::ADO - DBD::ADO proxy River stage three • 34 direct dependents • 101 total dependents

Reblesses into an "::ADO::" class when connecting via DBD::ADO. See DBIx::Class::Schema::Loader::Base for usage information....

VEESH/DBIx-Class-Schema-Loader-0.07052 - 06 Jan 2024 20:54:24 UTC
55 results (0.042 seconds)