SQL::Translator::Parser::Storable(3pm) | User Contributed Perl Documentation | SQL::Translator::Parser::Storable(3pm) |
SQL::Translator::Parser::Storable - parser for Schema objects
serialized
with the Storable module
use SQL::Translator; my $translator = SQL::Translator->new; $translator->parser('Storable');
Slurps in a Schema from a Storable file on disk. You can then turn the data into a database tables or graphs.
SQL::Translator.
Paul Harrington <harringp@deshaw.com>.
2022-11-19 | perl v5.36.0 |