MooseX::DBIC::Scaffold

Generate DBIx::Class classes using Moose

MooseX::DBIC::Scaffold creates a scaffold of code for DBIx::Class using a schema object from SQL::Translator.

Currently the version of SQL::Translator required is not available on CPAN and must be fetched directly from github http://github.com/arcanez/SQL-Translator

There are many other scaffold generators around. MooseX::DBIC::Scaffold attempts to bring some of the best features from those along with some new features.

Features

License

This software is copyright (c) 2010 by Graham Barr gbarr@pobox.com

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