DBIx::Class::CDBICompat

DBIx::Class::CDBICompat is a Class::DBI Compatibility layer.
Download

DBIx::Class::CDBICompat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt S. Trout
  • Publisher web site:
  • http://search.cpan.org/~mstrout/DBIx-Class-0.08001/lib/DBIx/Class/Manual/Cookbook.pod

DBIx::Class::CDBICompat Tags


DBIx::Class::CDBICompat Description

DBIx::Class::CDBICompat is a Class::DBI Compatibility layer. DBIx::Class::CDBICompat is a Class::DBI Compatibility layer.SYNOPSIS use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/CDBICompat Core DB/);DBIx::Class features a fully featured compatibility layer with Class::DBI to ease transition for existing CDBI users. In fact, this class is just a receipe containing all the features emulated. If you like, you can choose which features to emulate by building your own class and loading it like this: __PACKAGE__->load_own_components(qw/CDBICompat/);this will automatically load the features included in My::DB::CDBICompat, provided it looks something like this: package My::DB::CDBICompat; __PACKAGE__->load_components(qw/ CDBICompat::ColumnGroups CDBICompat::Retrieve CDBICompat::HasA CDBICompat::HasMany CDBICompat::MightHave /); Requirements: · Perl


DBIx::Class::CDBICompat Related Software