logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       John Napiorkowski "<jjnapiork@cpan.org>"

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

See Also