-
-
14 Sep 2020 13:21:58 UTC
- Distribution: SQL-Translator
- Module version: 1.62
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (97)
- Testers (2512 / 0 / 0)
- Kwalitee
Bus factor: 5- 23.69% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (402.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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>.
Module Install Instructions
To install SQL::Translator, copy and paste the appropriate command in to your terminal.
cpanm SQL::Translator
perl -MCPAN -e shell install SQL::Translator
For more information on module installation, please visit the detailed CPAN module installation guide.