NAME
DBIx::Class::Migration::SandboxDirSandboxBuilder - Build a sandbox at db_sandbox_dir
SYNOPSIS
use DBIx::Class::Migration::SandboxDirSandboxBuilder;
DESCRIPTION
Helper class that creates a db_sandbox
in the db_sandbox_dir
.
Useful when you want your sandbox in a different directory from the rest of your deployment and fixture files.
SEE ALSO
DBIx::Class::Migration, DBIx::Class::Migration::Sandbox.
AUTHOR
See DBIx::Class::Migration for author information
COPYRIGHT & LICENSE
See DBIx::Class::Migration for copyright and license information