Fey::Loader::SQLite - Loader for SQLite schemas


Fey-Loader documentation  | view source Contained in the Fey-Loader distribution.

Index


NAME

Top

Fey::Loader::SQLite - Loader for SQLite schemas

VERSION

Top

version 0.12

SYNOPSIS

Top

  my $loader = Fey::Loader->new( dbh => $dbh );

  my $schema = $loader->make_schema( name => $name );

DESCRIPTION

Top

Fey::Loader::SQLite implements some SQLite-specific loader behavior.

METHODS

Top

This class provides the same public methods as Fey::Loader::DBI.

BUGS

Top

Please report any bugs or feature requests to bug-fey-loader@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey-Loader documentation  | view source Contained in the Fey-Loader distribution.