/learn-orm-perl-with-dbix

Learn ORM in Perl with DBIx::Class

Primary LanguagePerlArtistic License 2.0Artistic-2.0

Build Status

Learning ORM with Perl using DBIx::Class

A two part article briefly covering ORM in Perl using DBIx::Class modules.

Part 1 Creating the project directory, the database and tests.

Part 2 Generating class schema and implementing functionality to make the tests pass.


Copyright (c) 2016 - 2019 Kirk Lewis

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