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::Access - parser for Access as produced by mdbtools

Author

       Ken Y. Clark <kclark@cpan.org>.

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

See Also