SQL::Translator::Producer::YAML.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-03 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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>.