The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.