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.