The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::DBIx::Class::Example::Schema - A basic schema you can use for testing

SYNOPSIS

        my $schema = Test::DBIx::Class::Example::Schema->connect($dsn);

DESCRIPTION

This Schema has two purposes. First, we need one in order to properly test this distribution. Secondly, we'd like to offer a useful and simple schema that component authors can use to test their code. This way you don't have to keep rolling your own example database and we can concentrate effort on making one that is solid.

SEE ALSO

The following modules or resources may be of interest.

DBIx::Class::Schema

AUTHOR

John Napiorkowski <jjnapiork@cpan.org>

COPYRIGHT & LICENSE

Copyright 2009, John Napiorkowski <jjnapiork@cpan.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.