NAME
DBICx::Modeler::Generator::Driver::Base - Base inmplement class for DBICx::Modeler::Generator::DriverLike
SYNOPSIS
package DBICx::Modeler::Generator::Driver::SQLite;
use Moose;
extends qw(DBICx::Modeler::Generator::Driver::Base);
DESCRIPTION
This class is a base abstract class for DBICx::Modeler::Generator::DriverLike.
METHODS
Generator
$self->deploy_database()
Deploys database with a creation script.
AUTHOR
- MORIYA Masaki (a.k.a. Gardejo)
-
<moriya at ermitejo dot com>
, http://ttt.ermitejo.com/
COPYRIGHT AND LICENSE
Copyright (c) 2009 by MORIYA Masaki (a.k.a. Gardejo), http://ttt.ermitejo.com.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlgpl and perlartistic.
The full text of the license can be found in the LICENSE file included with this distribution.