debian man page for sql::translator::producer::storable

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)

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. perl v5.14.2 2012-01-18 SQL::Translator::Producer::Storable(3pm)
Related Man Pages
sql::translator::parser::dbix::class5.18(3) - mojave
sql::translator::parser(3pm) - debian
sql::translator::producer::sqlserver(3pm) - debian
sql::translator::producer::ttschema(3pm) - debian
sql::translator::schema::view(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph