debian man page for sql::translator::producer::yaml

Query: sql::translator::producer::yaml

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
SQL::Translator::Producer::YAML - A YAML producer for SQL::Translator
SYNOPSIS
use SQL::Translator; my $translator = SQL::Translator->new(producer => 'YAML');
DESCRIPTION
This module uses YAML to serialize a schema to a string so that it can be saved to disk. Serializing a schema and then calling producers on the stored can realize significant performance gains when parsing takes a long time.
SEE ALSO
SQL::Translator, YAML, http://www.yaml.org/.
AUTHORS
darren chamberlain <darren@cpan.org>, Ken Youens-Clark <kclark@cpan.org>. perl v5.14.2 2012-01-18 SQL::Translator::Producer::YAML(3pm)
Related Man Pages
sql::translator::parser::dbix::class(3) - mojave
sql::translator::parser(3pm) - debian
sql::translator::producer::diagram(3pm) - debian
sql::translator::producer::postgresql(3pm) - debian
sql::translator::producer::sybase(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com