my $c = Schema->connect('dbi:Pg:dbname=accounts;host=localhost', 'username', 'password', {AutoCommit => 1}); $c->deploy();