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

Changes for version 0.04000

  • Added some env vars for controlling the Makefile.PL feature questions, to make automation easier.

Changes for version 0.03999_02

  • Converted to Module::Install

Changes for version 0.03999_01 - 2007-04-14

  • Added *experimental* Oracle support from work done by Tsunoda Kazuya some months ago. Not well tested.
  • Added "rescan" schema (and loader) method, which picks up newly created tables at runtime
  • Made dump_to_dir / dump_overwrite much more intelligent (they now preserve customizations by default)
  • Added support for DBI's new standard "statistics_info" method to gather unique key info (only supported by DBD::Pg trunk afaik)
  • columns_info_for imported from DBIx::Class
  • relationships are now on by default, use skip_relationships to disable them
  • Removed previously deprecated methods/options
  • Added $VERSION to all packages in this dist

Modules

Dynamic definition of a DBIx::Class::Schema
Base DBIx::Class::Schema::Loader Implementation.
DBIx::Class::Schema::Loader DBI Implementation.
DBIx::Class::Schema::Loader::DBI DB2 Implementation.
DBIx::Class::Schema::Loader::DBI Oracle Implementation.
DBIx::Class::Schema::Loader::DBI PostgreSQL Implementation.
DBIx::Class::Schema::Loader::DBI SQLite Implementation.
Loader subclass writing guide for DBI
DBIx::Class::Schema::Loader::DBI mysql Implementation.
Builds relationships for DBIx::Class::Schema::Loader