|
NAMESQL::Translator::Parser::Storable - parser for Schema objects serialized with the Storable moduleSYNOPSISuse SQL::Translator; my $translator = SQL::Translator->new; $translator->parser('Storable'); DESCRIPTIONSlurps in a Schema from a Storable file on disk. You can then turn the data into a database tables or graphs.SEE ALSOSQL::Translator.AUTHORPaul Harrington <harringp@deshaw.com>.
Visit the GSP FreeBSD Man Page Interface. |