SQL::Translator::Producer::Storable - serializes the SQL::Translator::Schema


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

Index


SYNOPSIS

Top

  use SQL::Translator;

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

DESCRIPTION

Top

This module uses Storable 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.

AUTHOR

Top

Paul Harrington <harringp@deshaw.com>.

SEE ALSO

Top

SQL::Translator, SQL::Translator::Schema, Storable.


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