App-Sqitch

 view release on metacpan or  search on metacpan

t/sqitch.conf  view on Meta::CPAN

[core]
    uri       = https://github.com/sqitchers/sqitch/
    engine    = pg
    top_dir   = migrations
    extension = ddl
    pager     = less -r

[engine "pg"]
    client    = /usr/local/pgsql/bin/psql

[revert]
    to        = gamma
    count     = 2
    revision  = 1.1

[bundle]
    from      = gamma
    tags_only = true
    dest_dir  = _build/sql
[foo "BAR"]
	baz = hello
    yep
[guess "Yes.No"]
	red = true
	Calico = false



( run in 3.019 seconds using v1.01-cache-2.11-cpan-81fc1098f69 )