An open API service indexing awesome lists of open source software.

https://github.com/mjgardner/dist-zilla-plugin-dbicschemaloader

Database to DBIx::Class::Schema when building your dist
https://github.com/mjgardner/dist-zilla-plugin-dbicschemaloader

Last synced: 3 months ago
JSON representation

Database to DBIx::Class::Schema when building your dist

Awesome Lists containing this project

README

        

NAME
Dist::Zilla::Plugin::DBICSchemaLoader - Automatic DBIx::Class::Schema in
dist

VERSION
version 0.110400

DESCRIPTION
This Dist::Zilla plugin will create classes in your distribution for a
DBI data source using DBIx::Class::Schema.

ATTRIBUTES
dsn
A Perl DBI data source name (DSN) that will be dumped into classes.

username
Username used to connect to the data source.

password
Password used to connect to the data source.

dump_directory
Directory in which to create the class files. Defaults to lib.

schema_class
Perl class name to use for the generated schema. Defaults to
"My::Schema".

METHODS
before_build
Generates Perl classes and gathers them into the "lib" directory of your
distribution.

INSTALLATION
See perlmodinstall for information and options on installing Perl
modules.

BUGS AND LIMITATIONS
No bugs have been reported.

Please report any bugs or feature requests through the web interface at
.

AVAILABILITY
The project homepage is
.

The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit to find a
CPAN site near you, or see
.

The development version lives at
and may be
cloned from
. Instead
of sending patches, please fork this project using the standard git and
github infrastructure.

AUTHOR
Mark Gardner

COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Mark Gardner.

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