SQL::Translator::Parser::YAML(3pm) | User Contributed Perl Documentation | SQL::Translator::Parser::YAML(3pm) |
SQL::Translator::Parser::YAML - Parse a YAML representation of a schema
use SQL::Translator; my $translator = SQL::Translator->new(parser => "YAML");
"SQL::Translator::Parser::YAML" parses a schema serialized with YAML.
Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.
2022-11-19 | perl v5.36.0 |