NAME

Curo::Deploy::SQLite - curo deployment SQL

SYNOPSIS

use SQL::DB;
use SQL::DBx::Deploy;

my $db = SQL::DB->connect('dbi:SQLite:...', 'username', 'password');
$db->deploy('Curo::Deploy');

DESCRIPTION

See SQL::DBx::Deploy for details.

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2011 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.