SQL::Translator::Producer::YAML - A YAML producer for SQL::Translator


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.

Index


NAME

Top

SQL::Translator::Producer::YAML - A YAML producer for SQL::Translator

SYNOPSIS

Top

  use SQL::Translator;

  my $translator = SQL::Translator->new(producer => 'YAML');

DESCRIPTION

Top

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

Top

SQL::Translator, YAML, http://www.yaml.org/.

AUTHORS

Top

darren chamberlain <darren@cpan.org>, Ken Youens-Clark <kclark@cpan.org>.


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.