Query: sql::translator::producer::storable
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQL::Translator::Producer::Storable(3pm) User Contributed Perl Documentation SQL::Translator::Producer::Storable(3pm)NAMESQL::Translator::Producer::Storable - serializes the SQL::Translator::Schema object via the Storable moduleSYNOPSISuse SQL::Translator; my $translator = SQL::Translator->new; $translator->producer('Storable');DESCRIPTIONThis 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.AUTHORPaul Harrington <harringp@deshaw.com>.SEE ALSOSQL::Translator, SQL::Translator::Schema, Storable. perl v5.14.2 2012-01-18 SQL::Translator::Producer::Storable(3pm)