SQL::Translator::Parser::Access - parser for Access as produced by mdbtools
Contents
Description
The grammar derived from the MySQL grammar. The input is expected to be something similar to the output
of mdbtools (http://mdbtools.sourceforge.net/).
Name
SQL::Translator::Parser::Access - parser for Access as produced by mdbtools
See Also
perl(1), Parse::RecDescent, SQL::Translator::Schema. perl v5.40.0 2024-11-23 SQL::Translator::Parser::Access(3pm)
Synopsis
use SQL::Translator;
use SQL::Translator::Parser::Access;
my $translator = SQL::Translator->new;
$translator->parser("SQL::Translator::Parser::Access");
