logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SQL::Translator::Parser::Storable - parser for Schema objects serialized

Author

       Paul Harrington <harringp@deshaw.com>.

perl v5.40.0                                       2024-11-23             SQL::Translator::Parser::Storable(3pm)

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');

See Also