App-Sqitch
view release on metacpan or search on metacpan
lib/sqitch-target.pod view on Meta::CPAN
Manage the set of databases ("targets") you deploy to. Each target may have a
number of properties:
=over
=item C<uri>
The L<database connection URI|URI::db> for the target. Required. Its format is:
db:engine:[dbname]
db:engine:[//[user[:password]@][host][:port]/][dbname][?params][#fragment]
Some examples:
=over
=item C<db:sqlite:widgets.db>
=item C<db:pg://dba@example.net/blanket>
=item C<db:mysql://db.example.com/>
( run in 1.234 second using v1.01-cache-2.11-cpan-b16cb0d3907 )