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

DBIx::Class::Migration::Script::Help::sandbox_dir - Where your Sandbox Database Lives

=head1 SYNOPSIS

    dbic-migration --sandbox_dir /opt/sandbox-databases

=head1 DESCRIPTION

=over 4

=item Value

String that represents a filesystem path

=back

Lets you control where any database sandboxes are built.  By default these
live in the same directory as 'target_dir'.  You may wish for the sandbox
database to go someplace else.

When required you can also populate this option with the %ENV variable
DBIC_MIGRATION_SANDBOX_DIR.

=head1 SEE ALSO

L<DBIx::Class::Migration>, L<DBIx::Class::Migration::Script>,
L<DBIx::Class::Migration::Features>, L<DBIx::Class::Migration::Tutorial>

=head1 AUTHOR

See L<DBIx::Class::Migration> for author information

=head1 COPYRIGHT & LICENSE

See L<DBIx::Class::Migration> for copyright and license information

=cut