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

Changes for version 0.0.1_2 - 2020-12-30

  • API / Behaviour Changes:
    • model() now takes the same arguments as DBI->table_info()
  • New Features:
    • Add a DBix::Model::Table->type attribute
  • Enhancements:
    • List tables in alphabetical order
  • Dependencies:
    • Swap out Moo for Class::Inline generation

Changes for version 0.0.1_1 - 2016-04-09

  • Initial release.

Modules

Build Perl objects of a database schema

Provides

in lib/DBIx/Model/Column.pm
in lib/DBIx/Model/DB.pm
in lib/DBIx/Model/FK.pm
in lib/DBIx/Model/Table.pm