Test::DBIx::Class::Example::Schema - A basic schema you can use for testing
Contents
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.
perl v5.36.0 2023-01-29 Test::DBIx::Cla...Example::Schema(3pm)
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.
Name
Test::DBIx::Class::Example::Schema - A basic schema you can use for testing
SYNOPSIS
my $schema = Test::DBIx::Class::Example::Schema->connect($dsn);
See Also
The following modules or resources may be of interest.
DBIx::Class::Schema
