The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Table::TestDataGenerator::DBIxSchemaDumper - Defines DBIx::Class schemata using DBIx::Class::Schema::Loader

DESCRIPTION

The current module uses DBIx::Class::Schema::Loader to create a DBIx::Class schema from the target database.

SUBROUTINES/METHODS

dsn

Accessor for the DBI data source name.

user

Accessor for the database user.

password

Accessor for the database user's password.

table

Read-only accessor for the name of the table in which the test data will be created.

dump_schema

Dumps the DBIx::Class schema for the current database to disk.

on_the_fly_schema_sql

If provided, is interpreted as the path to a file containing the definition for an in-memory SQLite database based on which the DBIx schema will be defined. This is used by the install process to run its tests against.

AUTHOR

Jose Diaz Seng, <josediazseng at gmx.de>

COPYRIGHT AND LICENSE

Copyright (C) 2012-2013, Jose Diaz Seng.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.