Jess Robinson > SQL-Translator-0.09001 > SQL::Translator::Producer::Storable

Download:
SQL-Translator-0.09001.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  51
Open  14
View Bugs
Report a bug
Module Version: 1.05   Source   Latest Release: SQL-Translator-0.11003

NAME ^

SQL::Translator::Producer::Storable - serializes the SQL::Translator::Schema object via the Storable module

SYNOPSIS ^

  use SQL::Translator;

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

DESCRIPTION ^

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 ^

Paul Harrington <harringp@deshaw.com>.

SEE ALSO ^

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