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
- Host: GitHub
- URL: https://github.com/mjgardner/dist-zilla-plugin-dbicschemaloader
- Owner: mjgardner
- Created: 2010-09-26T07:19:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-09T21:54:38.000Z (over 14 years ago)
- Last Synced: 2025-03-20T02:48:40.212Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Dist::Zilla::Plugin::DBICSchemaLoader - Automatic DBIx::Class::Schema in
distVERSION
version 0.110400DESCRIPTION
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 GardnerCOPYRIGHT 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.