Scroll to navigation

SQL::Translator::Parser::YAML(3pm) User Contributed Perl Documentation SQL::Translator::Parser::YAML(3pm)

NAME

SQL::Translator::Parser::YAML - Parse a YAML representation of a schema

SYNOPSIS

    use SQL::Translator;
    my $translator = SQL::Translator->new(parser => "YAML");

DESCRIPTION

"SQL::Translator::Parser::YAML" parses a schema serialized with YAML.

AUTHORS

Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.

2024-01-20 perl v5.38.2