Test::DBIx::Class::Example::Schema(3pm) | User Contributed Perl Documentation | Test::DBIx::Class::Example::Schema(3pm) |
Test::DBIx::Class::Example::Schema - A basic schema you can use for testing
my $schema = Test::DBIx::Class::Example::Schema->connect($dsn);
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.
The following modules or resources may be of interest.
DBIx::Class::Schema
John Napiorkowski "<jjnapiork@cpan.org>"
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.
2023-01-29 | perl v5.36.0 |