1SQL::Translator::ParserU:s:eSrtoCroanbtlrei(b3u)ted PerlSQDLo:c:uTmreanntsaltaitoonr::Parser::Storable(3)
2
3
4
6 SQL::Translator::Parser::Storable - parser for Schema objects
7 serialized
8 with the Storable module
9
11 use SQL::Translator;
12
13 my $translator = SQL::Translator->new;
14 $translator->parser('Storable');
15
17 Slurps in a Schema from a Storable file on disk. You can then turn the
18 data into a database tables or graphs.
19
21 SQL::Translator.
22
24 Paul Harrington <harringp@deshaw.com>.
25
26
27
28perl v5.32.1 2021-01-2S7QL::Translator::Parser::Storable(3)