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

NAME

dbic_loader - a script to create a DBIx::Class schema

SYNOPSIS

  ./scripts/dbic_loader

DESCRIPTION

The scripts directory of the distribution contains dbic_loader, a script which runs DBIx::Class::Schema::Loader on the Sakila instance to build the schema classes.

It leverages DBIx::Cookbook::DBH.