SQL::Translator::Parser::Storable - parser for Schema objects serialized
Contents
Description
Slurps in a Schema from a Storable file on disk. You can then turn the data into a database tables or
graphs.
Name
SQL::Translator::Parser::Storable - parser for Schema objects serialized
with the Storable module
See Also
SQL::Translator.
Synopsis
use SQL::Translator;
my $translator = SQL::Translator->new;
$translator->parser('Storable');
