Build Status

NAME

SQL::Translator::Producer::DBIxSchemaDSL - DBIX::Schema::DSL specific producer for SQL::Translator

SYNOPSIS

use SQL::Translator;
use SQL::Translator::Producer::DBIxSchemaDSL;

my $t = SQL::Translator->new( parser => '...' );
$t->producer('DBIxSchemaDSL');
$t->translate;

DESCRIPTION

This module will produce text output of the schema suitable for DBIx::Schema::DSL.

ARGUMENTS

LICENSE

Copyright (C) karupanerura.

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

AUTHOR

karupanerura <karupa@cpan.org>