Scroll to navigation

SQL::Translator::Parser::Storable(3) User Contributed Perl Documentation SQL::Translator::Parser::Storable(3)

NAME

SQL::Translator::Parser::Storable - parser for Schema objects serialized
with the Storable module

SYNOPSIS

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

DESCRIPTION

Slurps in a Schema from a Storable file on disk. You can then turn the data into a database tables or graphs.

SEE ALSO

SQL::Translator.

AUTHOR

Paul Harrington <harringp@deshaw.com>.

2024-03-08 perl v5.38.2