SQL::Translator::Producer::Storable(3pm) | User Contributed Perl Documentation | SQL::Translator::Producer::Storable(3pm) |
SQL::Translator::Producer::Storable - serializes the
SQL::Translator::Schema
object via the Storable module
use SQL::Translator; my $translator = SQL::Translator->new; $translator->producer('Storable');
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.
Paul Harrington <harringp@deshaw.com>.
SQL::Translator, SQL::Translator::Schema, Storable.
2022-11-19 | perl v5.36.0 |