logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

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

perl v5.40.0                                       2024-11-23                 SQL::Translator::Parser::YAML(3pm)

Description

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

Name

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

Synopsis

           use SQL::Translator;

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

See Also