1=head1 NAME
2
3DBIx::Class::Migration::Script::Help::sandbox_dir - Where your Sandbox Database Lives
4
5=head1 SYNOPSIS
6
7    dbic-migration --sandbox_dir /opt/sandbox-databases
8
9=head1 DESCRIPTION
10
11=over 4
12
13=item Value
14
15String that represents a filesystem path
16
17=back
18
19Lets you control where any database sandboxes are built.  By default these
20live in the same directory as 'target_dir'.  You may wish for the sandbox
21database to go someplace else.
22
23When required you can also populate this option with the %ENV variable
24DBIC_MIGRATION_SANDBOX_DIR.
25
26=head1 SEE ALSO
27
28L<DBIx::Class::Migration>, L<DBIx::Class::Migration::Script>,
29L<DBIx::Class::Migration::Features>, L<DBIx::Class::Migration::Tutorial>
30
31=head1 AUTHOR
32
33See L<DBIx::Class::Migration> for author information
34
35=head1 COPYRIGHT & LICENSE
36
37See L<DBIx::Class::Migration> for copyright and license information
38
39=cut
40
41
42
43
44